mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxt.com>
12 lines
146 B
CSS
12 lines
146 B
CSS
.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
a:focus-visible {
|
|
@apply outline-primary-500 dark:outline-primary-400;
|
|
}
|
|
|
|
select {
|
|
background-image: none;
|
|
}
|