50% opacity on article header
This commit is contained in:
parent
21259bd8d5
commit
706ed51e44
@ -1,6 +1,6 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<div class="header" style="background-color: whitesmoke">
|
<div class="header" style="background-color: whitesmoke; opacity: 50%">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<h2>{{ .Description }}</h2>
|
<h2>{{ .Description }}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user