mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
10 lines
118 B
CSS
10 lines
118 B
CSS
.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
a:focus-visible {
|
|
@apply outline-primary;
|
|
}
|
|
|
|
::selection { @apply bg-primary/40; }
|