From 779e554134f31abcc2fa93fd2d52a1f3331010bf Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Fri, 27 Mar 2026 22:51:52 +1300 Subject: [PATCH] fixed colour --- src/pages/index.astro | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 47bbade..797180d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -138,10 +138,10 @@ const posts = (await getCollection('blog')).sort( @keyframes gradient { 0% { - background-position: 0% 90%; + background-position: 0% 0%; } 100% { - background-position: 90% 0%; + background-position: 100% 0%; } } @@ -161,9 +161,14 @@ const posts = (await getCollection('blog')).sort( #27ff88, #27ffff, #1e0ff5, - #9e27ff, - #ff0000 + #9e27ff ); + /* #1e0ff5, + #27ffff, + #27ff88, + #fcff4e, + #ffbc7e, + #ff0000 */ background-size: 300% 300%; -webkit-background-clip: text; background-clip: text;