11 Commits

Author SHA1 Message Date
e95a6e835c Update theme colors 2026-04-16 15:01:07 +00:00
203ed93af9 Update theme colors 2026-04-16 15:00:51 +00:00
9c4fc07cd7 Update theme colors 2026-04-16 15:00:20 +00:00
b56e820f75 Update theme colors 2026-04-16 15:00:09 +00:00
01c9b5f6d8 Update theme fonts 2026-04-16 14:59:31 +00:00
0ca30e4b46 Update theme fonts 2026-04-16 14:59:31 +00:00
6273a9fe9b Update theme colors 2026-04-16 14:58:47 +00:00
ee40c5dea1 Update theme colors 2026-04-16 14:58:35 +00:00
8b9bb288ae Update theme colors 2026-04-16 14:57:49 +00:00
9285fd8fcd Update theme colors 2026-04-16 14:57:08 +00:00
13f1f7f77c Update theme colors 2026-04-16 14:56:57 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ export const metadata: Metadata = {
},
};
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e20a0a;
--background: #ffffff;
--card: #000000;
--foreground: #000000;
--primary-cta: #e63946;
--primary-cta-text: #f5faff;
--secondary-cta: #000000;
--foreground: #ff0000;
--primary-cta: #ffffff;
--primary-cta-text: #000000;
--secondary-cta: #e63131;
--secondary-cta-text: #001122;
--accent: #e63946;
--background-accent: #f9f9f9;