From 2ee4a0ba8a2acc309920eb7d4a4470c010e8f9a7 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 23 Aug 2024 21:37:22 -0400 Subject: removed references to project --- sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sass') 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 { -- cgit v1.2.3