Add default style for base css with no js
This commit is contained in:
parent
6664e6e3d1
commit
efff385570
@ -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 */
|
/* Catppuccin Latte - Light theme */
|
||||||
html[data-theme="latte"] {
|
html[data-theme="latte"] {
|
||||||
--bg-primary: #eff1f5;
|
--bg-primary: #eff1f5;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user