Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1afa55cc7 | |||
| e3e43adf77 | |||
| 0482382f7f |
@@ -15,6 +15,7 @@ export const metadata: Metadata = {
|
|||||||
description: "Generated by create next app",
|
description: "Generated by create next app",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const sourceSans3 = Source_Sans_3({
|
const sourceSans3 = Source_Sans_3({
|
||||||
variable: "--font-source-sans-3",
|
variable: "--font-source-sans-3",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fafffb;
|
||||||
--card: #f9f9f9;
|
--card: #ffffff;
|
||||||
--foreground: #000612e6;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #0a705f;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fafffb;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #001a0a;
|
||||||
--accent: #e2e2e2;
|
--accent: #a8d9be;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #6bbfb8;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user