Update the site colors

This commit is contained in:
2025-02-10 23:13:04 -05:00
parent cfa588501f
commit 479753bf3e

View File

@@ -3,14 +3,14 @@
@tailwind utilities; @tailwind utilities;
:root { :root {
--h-background: #2D2728; --h-background: #1C1C1D;
--h-on-background: #f1f1f1; --h-on-background: #e2e5e9;
--h-surface: #494949; --h-surface: #252728;
--h-on-surface: #eca815; --h-on-surface: #e2e5e9;
--h-primary: #231F20; --h-primary: #231F20;
--h-on-primary: #d9e1e1; --h-on-primary: #d9e1e1;
--h-secondary: #683B1E; --h-secondary: #683B1E;
--h-on-secondary: #ececec; --h-on-secondary: #b0b3b8;
--h-tertiary: #272A44; --h-tertiary: #272A44;
--h-on-tertiary: #bdb6b6; --h-on-tertiary: #bdb6b6;
--h-error: #bc2f2f; --h-error: #bc2f2f;