From 4abdbdad2004cbb81bf0d2525693a4010f3c8bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Fri, 13 Jan 2023 11:27:02 +0100 Subject: [PATCH] eurelien-cd28-2022: change h6 title color (#73559) --- static/eurelien-cd28-2022/_typo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/eurelien-cd28-2022/_typo.scss b/static/eurelien-cd28-2022/_typo.scss index 2175e882..385b0120 100644 --- a/static/eurelien-cd28-2022/_typo.scss +++ b/static/eurelien-cd28-2022/_typo.scss @@ -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;