tweaks to featured article style
This commit is contained in:
parent
bfa66798b3
commit
9b52e91c96
|
@ -388,6 +388,7 @@ ul.list {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
&, h2, .date {color: white;}
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
style="
|
style="
|
||||||
background-image: linear-gradient(to bottom,
|
background-image: linear-gradient(to bottom,
|
||||||
rgba(0, 0, 0, 0) 0%,
|
rgba(0, 0, 0, 0) 0%,
|
||||||
rgba(0, 0, 0, 0) 59%,
|
rgba(0, 0, 0, 0.1) 45%,
|
||||||
rgba(0, 0, 0, 0.7) 100%
|
rgba(0, 0, 0, 0.7) 100%
|
||||||
), url('{{ .Params.Image }}');
|
), url('{{ .Params.Image }}');
|
||||||
">
|
">
|
||||||
|
|
Loading…
Reference in New Issue