Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e73f4332a | |||
| 8bba2bd6a1 | |||
| c38b6e5e6b | |||
| 7b4d9db1ef | |||
| 4dd866a044 | |||
| aad5b4e067 |
@@ -311,4 +311,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffafa;
|
||||
--card: #fff7f7;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--background: #8B6F47;
|
||||
--card: #A0826D;
|
||||
--foreground: #F5E6D3;
|
||||
--primary-cta: #654321;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #D4C5B9;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--accent: #C19A6B;
|
||||
--background-accent: #8B7355;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user