Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3159e9d7ac | |||
| 5052e911f0 | |||
| 5f365ac8cc | |||
| 9a5e2ceebb | |||
| abe64589d5 | |||
| eea04e2189 | |||
| 03db6d704e | |||
| 1cf953b156 | |||
| e5fd5c25ca | |||
| fb994caebd | |||
| 10132b6fc7 | |||
| 1dbdc59fa6 | |||
| a59648704b | |||
| 4400e3bc6d | |||
| f7f245f246 | |||
| 18b7b55f8c | |||
| 121ab8c115 | |||
| d8cf3b4d9e | |||
| 36a64b2028 |
@@ -20,7 +20,11 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"] });
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #060000;
|
||||
--card: #1d0d0d;
|
||||
--foreground: #ffe6e6;
|
||||
--primary-cta: #ff3d4a;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1f0a0a;
|
||||
--secondary-cta-text: #ffe6e6;
|
||||
--accent: #7b2d2d;
|
||||
--background-accent: #b8111f;
|
||||
--background: #F5F1EA;
|
||||
--card: #ffffff;
|
||||
--foreground: #0F0F0F;
|
||||
--primary-cta: #C6A76E;
|
||||
--primary-cta-text: #0F0F0F;
|
||||
--secondary-cta: #3E4A3F;
|
||||
--secondary-cta-text: #F5F1EA;
|
||||
--accent: #C6A76E;
|
||||
--background-accent: #EAE5DC;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user