Update default styles and components

This commit is contained in:
Rami Bitar
2026-05-10 15:49:28 -04:00
parent 383a593c42
commit 0a1fbd62bb
13 changed files with 144 additions and 118 deletions

View File

@@ -102,9 +102,16 @@
--sidebar-ring: oklch(0.708 0 0);
}
*,
::after,
::before,
::backdrop,
::file-selector-button {
border-color: var(--border);
}
@layer base {
* { border-color: var(--border);
@apply border-border outline-ring/50; }
* { @apply outline-ring/50; }
html, body { background-color: var(--background); color: var(--foreground); }
body {
font-family: var(--font-body), "Apple Color Emoji", "Segoe UI Emoji";