fixed wrong jumbotron text shadow color

This commit is contained in:
Gabriele Musco 2021-12-26 09:11:28 +01:00
parent 5952939e23
commit 03ab835505
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ header.jumbotronContainer {
{{ end }}
{{ if (.Site.Data.jumbotron.textShadow | default false) }}
&, * {
text-shadow: 0 0 5px transparentize($dark_fg, .3);
text-shadow: 0 0 5px transparentize($light_fg, .3);
}
{{ end }}
> *:first-child {