From 37c7052910a8a6fd6aa90863ed4534dd2512b054 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Tue, 14 Nov 2023 10:50:46 +0000 Subject: [PATCH] feat: pink first website header. (#18) Sluice the gradient from pinkish to bluish. License: MIT Signed-off-by: Oli Evans --- src/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/globals.css b/src/globals.css index 82be4e2..bbac76e 100644 --- a/src/globals.css +++ b/src/globals.css @@ -54,7 +54,7 @@ code .line::before { } @keyframes bgPosDrift { - 0% { background-position: 0% 50%; } - 50% { background-position: 100% 50%; } - 100% { background-position: 0% 50%; } + 0% { background-position: 100% 50%; } + 50% { background-position: 0% 50%; } + 100% { background-position: 100% 50%; } } \ No newline at end of file