From 265bd226182ab35cc7bf6cb2938bc9731873aba9 Mon Sep 17 00:00:00 2001 From: akairatu Date: Mon, 4 Aug 2025 12:16:50 +0500 Subject: [PATCH] finish --- src/css/style.css | 12 ++++++------ src/index.html | 14 +++++++------- src/js/main.js | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 5bdfad2..ce5b3ff 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -4420,9 +4420,9 @@ body { .glow-spot { position: absolute; border-radius: 50%; - background: radial-gradient(circle, rgba(147, 51, 234, 0.1) 0%, rgba(147, 51, 234, 0.05) 50%, transparent 100%); + background: radial-gradient(circle, rgba(147, 51, 234, 0.08) 0%, rgba(147, 51, 234, 0.03) 50%, transparent 100%); animation: glowSpotFloat 15s ease-in-out infinite; - opacity: 0.6; + opacity: 0.4; } .glow-spot:nth-child(1) { @@ -4473,19 +4473,19 @@ body { @keyframes glowSpotFloat { 0%, 100% { transform: translate(0, 0) scale(1); - opacity: 0.6; + opacity: 0.4; } 25% { transform: translate(30px, -20px) scale(1.1); - opacity: 0.8; + opacity: 0.6; } 50% { transform: translate(-15px, 25px) scale(0.9); - opacity: 0.4; + opacity: 0.2; } 75% { transform: translate(20px, 15px) scale(1.05); - opacity: 0.7; + opacity: 0.5; } } diff --git a/src/index.html b/src/index.html index 20b3ff0..4a4dc72 100644 --- a/src/index.html +++ b/src/index.html @@ -86,7 +86,7 @@ ] } - +