chore(themes): better variable names and organize in categories

This commit is contained in:
plebeius.eth
2024-03-21 16:20:10 +01:00
parent 0e50e63aa7
commit 9b6bccf1da
4 changed files with 226 additions and 126 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.app {
background: var(--background-base-color) var(--background-pattern-image) top center repeat-x;
background: var(--body-background-base-color) var(--body-background-pattern-image) top center repeat-x;
font-size: var(--body-font-size);
font-family: var(--body-font-family);
color: var(--body-font-color);