mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-01 15:46:19 +00:00
Update globals.css
This commit is contained in:
@@ -113,11 +113,13 @@
|
||||
--color-sidebar-ring: var(--sidebar-ring);
|
||||
}
|
||||
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border outline-ring/50;
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
/* Removed @layer base and applied styles directly for Tailwind CSS v4 compatibility */
|
||||
* {
|
||||
border-color: var(--border);
|
||||
outline-color: color-mix(in oklch, var(--ring) 50%, transparent);
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
}
|
||||
|
Reference in New Issue
Block a user