Added basic theme support for future recoloring

Update .gitignore, border.scss, backgrounds.scss, and 12 more files
This commit is contained in:
2026-05-07 12:47:03 +02:00
parent 04cd1294ef
commit 95ffb881f9
15 changed files with 364 additions and 343 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ body.layout-generic {
body.layout-generic {
& > nav {
//border-right: 1px solid #{$color-border-all};
border-right: 1px solid #{$color-border-main};
border-right: 1px solid #{$color-border-nav};
}
& > header {