From a2ba71a2a679640644be93a6c7bd16f795a194d7 Mon Sep 17 00:00:00 2001 From: Gregor Klevze Date: Tue, 30 Dec 2025 15:13:02 +0100 Subject: [PATCH] Initial commit --- src/styles.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 1ae6d4c..24fe013 100644 --- a/src/styles.css +++ b/src/styles.css @@ -28,9 +28,9 @@ body { padding: 0; height: 100vh; width: 100vw; - background: linear-gradient(-45deg, #7b7fd8, #b57cf2, #8b5cf6, #6930c3); + background: linear-gradient(-45deg, #7b7fd8, #b57cf2, #8b5cf6, #6930c3, #7b7fd8); background-size: 400% 400%; - animation: gradientShift 15s ease infinite; + animation: gradientShift 12s ease-in-out infinite; font-family: 'Segoe UI', system-ui, sans-serif; color: var(--text-main); overflow: hidden; @@ -43,7 +43,13 @@ body { 0% { background-position: 0% 50%; } + 25% { + background-position: 100% 50%; + } 50% { + background-position: 50% 100%; + } + 75% { background-position: 100% 50%; } 100% {