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
|
// main color palette
|
||||||
$color-primary: $blue;
|
$color-primary: $blue;
|
||||||
$color-primary-background: adjust-color($blue, $lightness: -30%);
|
$color-primary-background: adjust-color($blue, $lightness: -20%);
|
||||||
$color-secondary: $green;
|
$color-secondary: $green;
|
||||||
// $color-accent: $patina;
|
// $color-accent: $patina;
|
||||||
$color-shadow: hsl(195, 7%, 89%);
|
$color-shadow: hsl(195, 7%, 89%);
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// Table of Contents Header
|
// Table of Contents Header
|
||||||
h2 {
|
h2 {
|
||||||
color: $color-text-invert;
|
color: $color-text-invert;
|
||||||
background-color: $color-primary-background;
|
background-color: $color-primary;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user