fix jumbotron text color

This commit is contained in:
Gabriele Musco 2021-07-06 17:41:13 +02:00
parent f62e10b4b2
commit 1a2cf67a27
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 6 additions and 0 deletions

View File

@ -658,6 +658,12 @@ header.jumbotronContainer {
&, *, > * {
color: white !important;
}
#main-nav a {
color: $accent_color !important;
}
#searchbar {
border-color: white;
}
{{ end }}
{{ if (.Site.Data.jumbotron.textShadow | default false) }}
&, * {