pre-tailwind removal bc the snackbar ain't coloring right

This commit is contained in:
2026-04-30 23:16:47 -06:00
parent 10ed917297
commit 1b2e1365d5
142 changed files with 1580 additions and 13508 deletions
-10
View File
@@ -7,16 +7,6 @@
--font-body: "Roboto", sans-serif;
--font-mono: "Roboto Mono", monospace;
--color-background: rgb(var(--v-theme-background));
--color-surface: rgb(var(--v-theme-surface));
--color-on-surface: rgb(var(--v-theme-on-surface));
--color-primary: rgb(var(--v-theme-primary));
--color-success: rgb(var(--v-theme-success));
--color-info: rgb(var(--v-theme-info));
--color-warning: rgb(var(--v-theme-warning));
--color-error: rgb(var(--v-theme-error));
--breakpoint-*: initial;
--breakpoint-xs: 0px;
--breakpoint-sm: 600px;