eurelien-cd28-2022: fix titles color in page header (#71798)

This commit is contained in:
Corentin Sechet 2022-12-05 12:44:50 +01:00 committed by Gitea
parent 3c1427442f
commit 6994198770
1 changed files with 12 additions and 0 deletions

View File

@ -20,16 +20,28 @@ div#main-content {
h1 {
@extend %big-title-1;
color: $black;
&::before {
background-image: url("img/title-img-white.svg");
}
.cd28-title-header {
color: $gray-9;
}
}
h2:not(:first-child) {
@extend %big-title-2;
color: $black;
&::before {
background-image: url("img/title-img-white.svg");
}
.cd28-title-header {
color: $gray-9;
}
}
}