Remove colors

This commit is contained in:
2025-02-08 02:38:41 -05:00
parent f4794fb817
commit 7f4e7ead40
36 changed files with 855 additions and 1138 deletions

View File

@@ -1,3 +1,18 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
:root {
--h-background: #2D2728;
--h-on-background: #f1f1f1;
--h-surface: #494949;
--h-on-surface: #eca815;
--h-primary: #231F20;
--h-on-primary: #d9e1e1;
--h-secondary: #683B1E;
--h-on-secondary: #ececec;
--h-tertiary: #272A44;
--h-on-tertiary: #bdb6b6;
--h-error: #bc2f2f;
--h-on-error: #ffffff;
}