Update globals.css

This commit is contained in:
MacRimi
2025-11-22 19:37:31 +01:00
parent 82ea15388c
commit e041d802ec

View File

@@ -138,6 +138,15 @@
--color-sidebar-ring: var(--sidebar-ring);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}
/* ===================== */
/* Base styles */
/* ===================== */