Change ToC heading background

This commit is contained in:
Thomas Dehaeze 2020-11-27 18:35:01 +01:00
parent 59770100b1
commit e2d918f0de
3 changed files with 3 additions and 3 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -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%);

View File

@ -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;