fix jumbotron not rendering
This commit is contained in:
parent
401a165b40
commit
5952939e23
|
@ -894,7 +894,7 @@ header.jumbotronContainer {
|
|||
{{ end }}
|
||||
{{ if (.Site.Data.jumbotron.textShadow | default false) }}
|
||||
&, * {
|
||||
text-shadow: 0 0 5px transparentize($dark_fg_color, .3);
|
||||
text-shadow: 0 0 5px transparentize($dark_fg, .3);
|
||||
}
|
||||
{{ end }}
|
||||
> *:first-child {
|
||||
|
|
Loading…
Reference in New Issue