update to DaisyUI 3.1.0

This commit is contained in:
2023-06-14 00:06:27 +02:00
parent 4641c09b5d
commit a4c25b8342
3 changed files with 18 additions and 14 deletions

View File

@@ -88,13 +88,14 @@ const handleSignIn = async (close: () => Promise<boolean>) => {
</template>
<style lang="scss" scoped>
#logo {
@apply cursor-pointer transition-all duration-200 hover:text-primary;
@apply cursor-pointer transition-all duration-200 active:text-primary;
}
@media (hover: hover) and (pointer: fine) {
#logo:hover {
text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
@apply text-primary;
}
}
// @media (hover: hover) and (pointer: fine) {
// #logo:hover {
// text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
// }
// }
#logo:active {
text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
}