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