25 Commits

Author SHA1 Message Date
9782258133 Update theme colors 2026-04-21 22:03:15 +00:00
60a3525ced Update theme colors 2026-04-21 22:03:12 +00:00
3586145063 Update theme colors 2026-04-21 22:03:10 +00:00
41f75abbd0 Update theme colors 2026-04-21 22:03:08 +00:00
4fdff6641b Update theme colors 2026-04-21 22:03:06 +00:00
14103b6949 Update theme colors 2026-04-21 22:02:59 +00:00
dd98c9c0c1 Update theme colors 2026-04-21 22:02:57 +00:00
a985600617 Update theme colors 2026-04-21 22:02:55 +00:00
bc9a5194b3 Update theme colors 2026-04-21 22:02:53 +00:00
601ae3ad8e Update theme colors 2026-04-21 22:02:51 +00:00
73619d677e Update theme colors 2026-04-21 22:02:48 +00:00
13f6628221 Update theme colors 2026-04-21 22:02:46 +00:00
928fd2b293 Update theme colors 2026-04-21 22:02:43 +00:00
251f0b457c Update theme colors 2026-04-21 22:02:39 +00:00
dfda7c1842 Update theme colors 2026-04-21 22:02:37 +00:00
0bfd0fd714 Update theme colors 2026-04-21 22:02:34 +00:00
52d8bc2491 Update theme colors 2026-04-21 22:02:32 +00:00
894ebe8e1e Update theme colors 2026-04-21 22:02:00 +00:00
fbe4eaaee4 Update theme colors 2026-04-21 22:01:55 +00:00
d4fad631ac Update theme colors 2026-04-21 22:01:46 +00:00
2dfdd51595 Update theme fonts 2026-04-21 16:32:41 +00:00
2e637293ea Update theme fonts 2026-04-21 16:32:41 +00:00
38c8ccc248 Update theme fonts 2026-04-21 16:32:06 +00:00
0194f520a9 Update theme fonts 2026-04-21 16:32:06 +00:00
3262667268 Merge version_3 into main
Merge version_3 into main
2026-04-21 16:06:45 +00:00
2 changed files with 13 additions and 9 deletions

View File

@@ -8,6 +8,8 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -23,6 +25,8 @@ export const metadata: Metadata = {
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);