mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
feat(Link): style with app config
This commit is contained in:
@@ -12,10 +12,6 @@ export default function createTemplates (options: ModuleOptions, nuxt: Nuxt) {
|
||||
getContents: () => `@import "tailwindcss";
|
||||
|
||||
@layer base {
|
||||
a:focus-visible {
|
||||
outline-color: var(--color-primary-500);
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user