summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 0a6684a..4f1c85f 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -8,7 +8,7 @@
background-clip: text;
color: transparent;
animation: rainbow_animation 1s ease-in-out infinite;
- background-size: 400% 100%;
+ background-size: 600% 100%;
}
@keyframes rainbow_animation {