mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
feat: rewrite to use app config and rework docs (#143)
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxt.com>
This commit is contained in:
11
src/runtime/ui.css
Normal file
11
src/runtime/ui.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.dark {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
a:focus-visible {
|
||||
@apply outline-primary-500 dark:outline-primary-400;
|
||||
}
|
||||
|
||||
select {
|
||||
background-image: none;
|
||||
}
|
||||
Reference in New Issue
Block a user