Fixed hidden linkes, Changed color palette, may change later
Update index.php, backgrounds.php, and 12 more files...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user