aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/alpha.174bg.net/src/app/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'communities/red-right-hand/alpha.174bg.net/src/app/globals.css')
-rw-r--r--communities/red-right-hand/alpha.174bg.net/src/app/globals.css22
1 files changed, 2 insertions, 20 deletions
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);
}