aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/hero.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/hero.html')
-rw-r--r--layouts/partials/hero.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index 7345fe9..cdbccdf 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -1,7 +1,7 @@
<div style="background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5) ), url('{{ .Params.image }}'); background-position: center;"
class="bg-center pv5" >
<div class="mw7 center ph2">
- <h1 class="f1 tc title berkshire-swash">{{ .Title }}</h1>
+ <h1 class="f1 tc title berkshire-swash near-white">{{ .Title }}</h1>
{{ .Content }}
</div>
</div>