Add default style for base css with no js

This commit is contained in:
Caleb Braaten 2026-01-12 19:23:53 -08:00
parent 6664e6e3d1
commit efff385570

View File

@ -1,3 +1,12 @@
/* Default theme fallback for when JS is disabled */
html {
--bg-primary: #eff1f5;
--bg-secondary: #e6e9f0;
--text-primary: #4c4f69;
--text-secondary: #6c6f85;
--border-color: #dce0e8;
}
/* Catppuccin Latte - Light theme */
html[data-theme="latte"] {
--bg-primary: #eff1f5;