mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: minor changes
This commit is contained in:
parent
761c730129
commit
536db4cd15
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue