From 536db4cd156cb391a0b1ef9bf3e4fbbac06ccc11 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 25 Mar 2025 17:18:40 +0330 Subject: [PATCH] style: minor changes --- src/components/hero.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/hero.astro b/src/components/hero.astro index 51d442a..c7f787f 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -18,9 +18,9 @@ const count = soundCount(); alt="Faded Moodist Logo" aria-hidden="true" class="logo" - height={45} + height={48} src="/logo.svg" - width={45} + width={48} /> @@ -68,13 +68,13 @@ const count = soundCount(); } & .logo-wrapper { - mask-image: linear-gradient(#000, rgb(0 0 0 / 10%)); + mask-image: linear-gradient(#000, rgb(0 0 0 / 40%), rgb(0 0 0 / 5%)); & .logo { display: block; width: 48px; margin: 0 auto 20px; - opacity: 0.8; + opacity: 1; animation-name: logo; animation-duration: 60s; animation-timing-function: linear;