hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git
commit 0a262a5093847485ab0e362afca176bcfe0ed513
parent 2f5f266ab05b183f0d511d404205fb9b1f635fee
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 28 Mar 2020 18:40:49 -0500

Make monospace fonts larger

Diffstat:
Mlayouts/partials/css/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -17,6 +17,6 @@ pre {
     overflow-x: auto;
 }
 code, kbd {
-    font-size: 80%;
+    font-size: 90%;
 }
 {{ partial "css/custom.css" . | safeCSS }}