Change ToC heading background
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user