4 Commits

Author SHA1 Message Date
ec5a3864bb Update src/app/styles/variables.css 2026-03-17 09:26:36 +00:00
d3b9f2d295 Update src/app/page.tsx 2026-03-17 09:26:36 +00:00
dcc1e5392a Merge version_5 into main
Merge version_5 into main
2026-03-12 14:46:21 +00:00
88d366a28f Merge version_5 into main
Merge version_5 into main
2026-03-12 14:45:27 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -217,4 +217,4 @@ export default function SudsAndBudsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #001f19e6;
--primary-cta: #17a2b8;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #001f19e6;
--accent: #a8e8d5;
--background-accent: #7fd4c1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);