50% opacity on article header

This commit is contained in:
Greg Gauthier 2021-11-28 17:06:05 +00:00
parent 21259bd8d5
commit 706ed51e44
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ partial "header.html" . }}
<div class="header" style="background-color: whitesmoke">
<div class="header" style="background-color: whitesmoke; opacity: 50%">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>