mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
feat(module): add DEFAULT shade to primary color (#493)
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
}
|
||||
|
||||
a:focus-visible {
|
||||
@apply outline-primary-500 dark:outline-primary-400;
|
||||
@apply outline-primary;
|
||||
}
|
||||
|
||||
::selection { @apply bg-primary-500/40 dark:bg-primary-400/40; }
|
||||
::selection { @apply bg-primary/40; }
|
||||
|
||||
select {
|
||||
background-image: none;
|
||||
|
||||
Reference in New Issue
Block a user