From cdd20614f1230971dae92c51337c5426f67c6fc3 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 21:39:50 +0100 Subject: draft update --- .../alpha.174bg.net/src/app/globals.css | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'communities/red-right-hand/alpha.174bg.net/src/app/globals.css') diff --git a/communities/red-right-hand/alpha.174bg.net/src/app/globals.css b/communities/red-right-hand/alpha.174bg.net/src/app/globals.css index a2dc41e..fa3342d 100644 --- a/communities/red-right-hand/alpha.174bg.net/src/app/globals.css +++ b/communities/red-right-hand/alpha.174bg.net/src/app/globals.css @@ -1,26 +1,8 @@ @import "tailwindcss"; -:root { - --background: #ffffff; - --foreground: #171717; -} - @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); - --font-sans: var(--font-geist-sans); - --font-mono: var(--font-geist-mono); -} - -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } -} - -body { - background: var(--background); - color: var(--foreground); - font-family: Arial, Helvetica, sans-serif; + --font-sans: var(--font-inter); + --font-mono: var(--font-fira-code); } -- cgit v1.2.3