fix jumbotron background overlay color (2)
This commit is contained in:
parent
89e577a339
commit
5de2c29a29
|
@ -960,8 +960,8 @@ header.jumbotronContainer {
|
|||
}}
|
||||
background:
|
||||
linear-gradient(
|
||||
transparentize(dark_bg, 0.2),
|
||||
transparentize(dark_bg, 0.2)
|
||||
transparentize($dark_bg, 0.2),
|
||||
transparentize($dark_bg, 0.2)
|
||||
),
|
||||
url({{ .Site.Data.jumbotron.background }});
|
||||
background-size: cover;
|
||||
|
|
Loading…
Reference in New Issue