mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
style: minor changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user