eurelien-cd28-2022: change h6 title color (#73559)

This commit is contained in:
Corentin Sechet 2023-01-13 11:27:02 +01:00 committed by Gitea
parent 3c8bf25520
commit 4abdbdad20
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ h2 {
h3 { @include cd28-title($font-size-7, $font-size-6, $font-weight-7, $gray-9); }
h4 { @include cd28-title($font-size-6, $font-size-5, $font-weight-7, $gray-9); }
h5 { @include cd28-title($font-size-5, $font-size-3, $font-weight-7, $gray-9); }
h6 { @include cd28-title($font-size-4, $font-size-2, $font-weight-6, $gray-7); }
h6 { @include cd28-title($font-size-4, $font-size-2, $font-weight-6, $gray-9); }
header, main, footer {
font-weight: $font-weight-5;