Compare commits

..

27 Commits

Author SHA1 Message Date
f06831ab3c Update theme fonts 2026-06-14 06:01:22 +00:00
d86d9e53ca Update theme fonts 2026-06-14 06:01:08 +00:00
d98a4c740f Update theme fonts 2026-06-14 06:00:59 +00:00
317b2890cb Update theme fonts 2026-06-14 06:00:42 +00:00
6d7578ec93 Update theme fonts 2026-06-14 06:00:29 +00:00
56fab6cf83 Update theme fonts 2026-06-14 06:00:17 +00:00
3883e4c297 Update theme colors 2026-06-14 06:00:00 +00:00
77da4db20e Update theme colors 2026-06-14 05:59:38 +00:00
43ffaebc83 Update theme colors 2026-06-14 05:59:36 +00:00
7abf615163 Update theme colors 2026-06-14 05:59:28 +00:00
dad1f72701 Update theme colors 2026-06-14 05:59:15 +00:00
48ab814f17 Update theme colors 2026-06-14 05:59:12 +00:00
52ab902dc5 Update theme colors 2026-06-14 05:59:08 +00:00
50ab310ab9 Update theme colors 2026-06-14 05:59:03 +00:00
804a2e5443 Update theme colors 2026-06-14 05:58:56 +00:00
20f6f75d31 Update theme colors 2026-06-14 05:58:48 +00:00
1f551347c7 Update theme colors 2026-06-14 05:58:41 +00:00
b5c5a2cc06 Update theme colors 2026-06-14 05:58:27 +00:00
4acc06c118 Update theme colors 2026-06-14 05:58:24 +00:00
e224e2f5af Update theme colors 2026-06-14 05:58:11 +00:00
5218af5ef3 Update theme colors 2026-06-14 05:57:53 +00:00
fec4d52ae0 Update theme colors 2026-06-14 05:57:43 +00:00
f03bde88df Update theme colors 2026-06-14 05:57:36 +00:00
dca5a619bc Update theme colors 2026-06-14 05:57:22 +00:00
94fbb821cd Update theme colors 2026-06-14 05:57:12 +00:00
7dedbd4dbf Update theme colors 2026-06-14 05:57:09 +00:00
1d14519661 Update theme colors 2026-06-14 05:57:02 +00:00

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
--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;
/* @layout/border-radius/rounded */
--radius: 1rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Open Sans', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Open Sans', sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-family: 'Libre Baskerville', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file