Fixed hidden linkes, Changed color palette, may change later

Update index.php, backgrounds.php, and 12 more files...
This commit is contained in:
2026-05-16 18:02:36 +02:00
parent 91098bc437
commit d622f59ba1
13 changed files with 303 additions and 61 deletions
+8
View File
@@ -3,6 +3,10 @@
/* Elements > Backgrounds */
.bkgd-darkest {
background: $color-background-gray-darkest;
}
.bkgd-dark {
background: $color-background-gray-dark;
}
@@ -15,6 +19,10 @@
background: $color-background-gray-light;
}
.bkgd-lightest {
background: $color-background-gray-lightest;
}
@if($include-grid-backgrounds) {
// The element rules override rules in `defaults-elements-backgrounds.scss ~94`
.bkgd-grid10, .bkgd-surround, header, nav, footer {