From c1ca45a0ba712de6fe222d4599fe12792c2271e0 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 21:44:32 +0100 Subject: remove alpha --- communities/red-right-hand/174bg.net/src/app/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 communities/red-right-hand/174bg.net/src/app/globals.css (limited to 'communities/red-right-hand/174bg.net/src/app/globals.css') diff --git a/communities/red-right-hand/174bg.net/src/app/globals.css b/communities/red-right-hand/174bg.net/src/app/globals.css new file mode 100644 index 0000000..fa3342d --- /dev/null +++ b/communities/red-right-hand/174bg.net/src/app/globals.css @@ -0,0 +1,8 @@ +@import "tailwindcss"; + +@theme inline { + --color-background: var(--background); + --color-foreground: var(--foreground); + --font-sans: var(--font-inter); + --font-mono: var(--font-fira-code); +} -- cgit v1.2.3