Theme: change website theme to dark blue
This commit is contained in:
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #927030;
|
/* --background: #001f3f;
|
||||||
--card: #dad6cd;
|
--card: #003366;
|
||||||
--foreground: #2a2928;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #ffd700;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #b0c4de;
|
||||||
--accent: #ffffff;
|
--accent: #00bfff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #00008b; */
|
||||||
|
|
||||||
--background: #00008B; --foreground: #ffffff; --primary-cta: #22c55e; --secondary-cta: #16a34a; --accent: #22c55e; --background-accent: #16a34a; ;
|
--background: #001f3f;
|
||||||
--card: #dad6cd;
|
--card: #003366;
|
||||||
--foreground: #2a2928;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #ffd700;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #b0c4de;
|
||||||
--accent: #ffffff;
|
--accent: #00bfff;
|
||||||
--background-accent: #ffffff;
|
--background-accent: #00008b;
|
||||||
|
|
||||||
/* 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);
|
||||||
@@ -523,4 +523,4 @@ h4,
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-manrope), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user