style: minor changes

This commit is contained in:
MAZE 2025-03-25 17:18:40 +03:30
parent 761c730129
commit 536db4cd15

View file

@ -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}
/>
</div>
@ -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;