feat: add base styles for borders and background to improve UI consistency

This commit is contained in:
arraysid
2025-05-28 00:49:54 +07:00
parent 472e02e0b0
commit 60f0e98476
+9
View File
@@ -140,6 +140,15 @@
--sidebar-ring: oklch(0.623 0.214 259.815);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}
/* https://github.com/tailwindlabs/tailwindcss/issues/13129 */
.container {
margin-left: auto;