mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(tailwind): override outline focus to primary color
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
@apply outline-primary-500;
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.u-bg-white { @apply bg-white dark:bg-black; }
|
||||
.u-bg-gray-50 { @apply bg-gray-50 dark:bg-gray-900; }
|
||||
|
||||
Reference in New Issue
Block a user