update to DaisyUI 3.1.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user