Switch to version 1: modified src/index.css
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #fff8f0;
|
||||
--card: #ffe8d6;
|
||||
--foreground: #4a3b32;
|
||||
--primary-cta: #d4a373;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e5989b;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #b5838d;
|
||||
--background-accent: #ffb4a2;
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
@@ -88,8 +88,8 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Lora', serif;
|
||||
--font-tight: 'Lora', serif;
|
||||
--font-sans: 'Inter Tight', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
/* Border Radius */
|
||||
|
||||
Reference in New Issue
Block a user