From e041d802ec812e3883d32ba3958d639d33852748 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 22 Nov 2025 19:37:31 +0100 Subject: [PATCH] Update globals.css --- AppImage/app/globals.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */ /* ===================== */