Change ToC heading background
This commit is contained in:
parent
59770100b1
commit
e2d918f0de
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@ $vivid-turq: adjust-color($turq, $saturation: 20%);
|
||||
|
||||
// main color palette
|
||||
$color-primary: $blue;
|
||||
$color-primary-background: adjust-color($blue, $lightness: -30%);
|
||||
$color-primary-background: adjust-color($blue, $lightness: -20%);
|
||||
$color-secondary: $green;
|
||||
// $color-accent: $patina;
|
||||
$color-shadow: hsl(195, 7%, 89%);
|
||||
|
@ -12,7 +12,7 @@
|
||||
// Table of Contents Header
|
||||
h2 {
|
||||
color: $color-text-invert;
|
||||
background-color: $color-primary-background;
|
||||
background-color: $color-primary;
|
||||
text-align: center;
|
||||
padding: 0.8em;
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user