diff --git a/AppImage/app/globals.css b/AppImage/app/globals.css index 4e84ba7..c9a1f8b 100644 --- a/AppImage/app/globals.css +++ b/AppImage/app/globals.css @@ -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 */ /* ===================== */