Update text selection color

This commit is contained in:
Realmy 2025-02-09 16:10:41 +01:00
parent 82a63220dd
commit c893d32d8c
1 changed files with 4 additions and 0 deletions

View File

@ -222,6 +222,10 @@ body {
background-size: 100vw 100vh; background-size: 100vw 100vh;
} }
::selection, ::-moz-selection {
@apply bg-accent-blue text-on-accent;
}
.hoverable { .hoverable {
@apply hover:scale-105 duration-200; @apply hover:scale-105 duration-200;
} }