7 Commits

Author SHA1 Message Date
db9840e3de Update theme fonts 2026-05-16 20:51:53 +00:00
170c032e9d Update theme fonts 2026-05-16 20:51:53 +00:00
ecbb57147b Update theme fonts 2026-05-16 20:51:50 +00:00
7417b790ee Update theme fonts 2026-05-16 20:51:49 +00:00
7967f4e003 Update theme colors 2026-05-16 20:51:41 +00:00
c1508b8888 Update theme colors 2026-05-16 20:51:38 +00:00
373c374086 Update theme colors 2026-05-16 20:51:35 +00:00
2 changed files with 12 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google"; import { DM_Sans } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -18,6 +19,8 @@ export const metadata: Metadata = {
}, },
}; };
const dmSans = DM_Sans({ const dmSans = DM_Sans({
variable: "--font-dm-sans", variable: "--font-dm-sans",
subsets: ["latin"], subsets: ["latin"],

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fbfaff; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #0f0022; --foreground: #f5f5f5;
--primary-cta: #8b5cf6; --primary-cta: #ffdf7d;
--primary-cta-text: #fbfaff; --primary-cta-text: #0a0a0a;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #0f0022; --secondary-cta-text: #ffffff;
--accent: #d8cef5; --accent: #b8860b;
--background-accent: #c4a8f9; --background-accent: #8b6914;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);