Adjust color of accent

This commit is contained in:
Dave Gallant
2021-09-06 23:51:20 -04:00
parent e10af0b5bc
commit d3dc9d2214
4 changed files with 3 additions and 13 deletions

View File

@@ -22,14 +22,6 @@
<header id='header' class='header site-header'>
<div class='container sep-after'>
<div class='header-info'>
{{- if eq .Kind "home" -}}
<h1 class='site-title title'>{{ .Site.Title }}</h1>
{{- else -}}
<p class='site-title title'>{{ .Site.Title }}</p>
{{- end -}}
<p class='desc site-desc'>{{ .Site.Params.info.description }}</p>
</div>
</div>
</header>