18 Commits

Author SHA1 Message Date
92e12040ea Switch to version 6: remove public/favicon.png 2026-06-24 02:02:03 +00:00
e7d8288a87 Switch to version 6: modified index.html 2026-06-24 02:02:02 +00:00
183e5fd677 Merge version_7_1782266199088 into main
Merge version_7_1782266199088 into main
2026-06-24 02:00:10 +00:00
c100643cf9 Add public/favicon.png 2026-06-24 02:00:01 +00:00
bc7d7f90e9 Update index.html 2026-06-24 02:00:00 +00:00
993d46268d Merge version_6_1782266183201 into main
Merge version_6_1782266183201 into main
2026-06-24 01:56:26 +00:00
eccb58d9d3 Update theme fonts 2026-06-24 01:56:23 +00:00
511fc9c95d Merge version_5_1782266177971 into main
Merge version_5_1782266177971 into main
2026-06-24 01:56:21 +00:00
452fff0d06 Update theme fonts 2026-06-24 01:56:18 +00:00
033ba9afa3 Merge version_4_1782266174297 into main
Merge version_4_1782266174297 into main
2026-06-24 01:56:17 +00:00
a0f8b82152 Update theme fonts 2026-06-24 01:56:14 +00:00
e95ce06e66 Merge version_3_1782266165316 into main
Merge version_3_1782266165316 into main
2026-06-24 01:56:08 +00:00
c42b89b251 Update theme fonts 2026-06-24 01:56:05 +00:00
c2e81e25bb Merge version_2_1782266157088 into main
Merge version_2_1782266157088 into main
2026-06-24 01:56:00 +00:00
3bf139429d Update theme colors 2026-06-24 01:55:57 +00:00
f309704eb2 Merge version_1_1782265213184 into main
Merge version_1_1782265213184 into main
2026-06-24 01:41:51 +00:00
bbcf8c8fc6 Merge version_1_1782265213184 into main
Merge version_1_1782265213184 into main
2026-06-24 01:41:15 +00:00
524eba4fb6 Merge version_1_1782265213184 into main
Merge version_1_1782265213184 into main
2026-06-24 01:40:36 +00:00

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #000000;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* @layout/border-radius/rounded */
--radius: 1.5rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
font-family: 'Inter', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file