From c1cfadafcdc3a01b6f8df35030c3fedf0f2e0195 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 2 Oct 2021 01:30:56 -0700 Subject: [PATCH] Changed to Hack font --- themes/alejandro-angulo/layouts/partials/head.html | 1 + themes/alejandro-angulo/static/css/style.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/alejandro-angulo/layouts/partials/head.html b/themes/alejandro-angulo/layouts/partials/head.html index 3409cac..978af26 100644 --- a/themes/alejandro-angulo/layouts/partials/head.html +++ b/themes/alejandro-angulo/layouts/partials/head.html @@ -1,6 +1,7 @@ + {{ $title := print .Site.Title " | " .Title }} diff --git a/themes/alejandro-angulo/static/css/style.css b/themes/alejandro-angulo/static/css/style.css index 710d7a7..0e69fd7 100644 --- a/themes/alejandro-angulo/static/css/style.css +++ b/themes/alejandro-angulo/static/css/style.css @@ -4,10 +4,12 @@ body { margin: 1em; max-width: 800px; margin: 1em auto 0; + font-family: Hack, monospace; } a { color: #00a7af; + padding: 0.1em; } a:visited { color: #005f87; @@ -15,6 +17,7 @@ a:visited { a:hover { background-color: #00a7af; color: #1d2021; + text-decoration: none; } #content { @@ -39,7 +42,7 @@ a:hover { } #banner .current-page { color: #ffaf00; - padding: 0 5px; + padding-left: 5px; } #nav {