feat(module): add DEFAULT shade to primary color (#493)

This commit is contained in:
Benjamin Canac
2023-08-03 16:27:23 +02:00
parent 7008df0988
commit c6056ed133
6 changed files with 58 additions and 42 deletions

View File

@@ -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;