grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 720beec5df9f1b850b06aef59341778e62675c26
parent 7fbfd91419166dedd52641db43f00164985c027b
Author: corndog <cauchyn@firemail.cc>
Date:   Thu, 11 Apr 2019 17:12:37 -0700

De-emphasize prose headers for less distraction

Already feels distinct enough when small.

Diffstat:
Msite.tmpl | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site.tmpl b/site.tmpl @@ -30,14 +30,14 @@ {{ end }} {{ define "moddate" }} -<em class="bold-on-hover"> +<span class="bold-on-hover"> Last modified: <time datetime="{{ .Format "2006-01-02" }}">{{ .Format "02 Jan 2006" }}</time> -</em> +</span> {{end}} {{ define "proseheader" }} <small>[{{ template "moddate" . }}] -[<em class="bold-on-hover">\$timetoread\$</em>]</small> +[<span class="bold-on-hover">\$timetoread\$</span>]</small> {{end}} {{ define "page" }}