feat: add shadow to logo
This commit is contained in:
parent
7c2c4ffc50
commit
94d38235d7
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ import Lunar from "../assets/lunar.svg";
|
|||
</head>
|
||||
<body class="bg-base text-text flex flex-col items-center px-8">
|
||||
<a href="/" transition:persist>
|
||||
<KawaiiLogo class="w-full h-48 mt-16 transition-transform duration-300 hover:rotate-2 hover:scale-105" />
|
||||
<KawaiiLogo class="w-full h-48 mt-16 drop-shadow-md transition-transform duration-300 hover:rotate-2 hover:scale-105" />
|
||||
</a>
|
||||
|
||||
<Lunar class="absolute top-8 right-8 size-12 animate-avoid hover:animate-running not-hover:animate-pause" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue