mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
14 lines
212 B
CSS
14 lines
212 B
CSS
.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
a:focus-visible {
|
|
@apply outline-primary-500 dark:outline-primary-400;
|
|
}
|
|
|
|
::selection { @apply bg-primary-500/40 dark:bg-primary-400/40; }
|
|
|
|
select {
|
|
background-image: none;
|
|
}
|