fix jumbotron text color
This commit is contained in:
parent
f62e10b4b2
commit
1a2cf67a27
|
@ -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) }}
|
||||
&, * {
|
||||
|
|
Loading…
Reference in New Issue