option to make text in the jumbotron white
This commit is contained in:
parent
10c7fb26bb
commit
f62e10b4b2
2 changed files with 7 additions and 1 deletions
|
|
@ -654,6 +654,11 @@ header {
|
|||
}
|
||||
}
|
||||
header.jumbotronContainer {
|
||||
{{ if (.Site.Data.jumbotron.whiteText | default false) }}
|
||||
&, *, > * {
|
||||
color: white !important;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (.Site.Data.jumbotron.textShadow | default false) }}
|
||||
&, * {
|
||||
text-shadow: 0 0 5px rgba(0, 0, 0, .7);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue