From e4f6ef88e887961766eca02287b6dd5dba45a24a Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Sat, 22 Jan 2022 17:31:37 +0100 Subject: [PATCH] resized fonts --- layouts/_default/baseof.html | 2 +- static/css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4d33447..0d93b31 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@ {{ .Site.Title }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} - + {{ range .Site.Params.customCSS -}} {{- end }} diff --git a/static/css/style.css b/static/css/style.css index 12aac46..0278784 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,7 +13,7 @@ body{ max-width:800px; margin:40px auto; padding:0 10px; - font:16px/1.5 monospace; + font:15px/1.5 monospace; color:var(--fontcolor); background: var(--bgcolor) } a:link{ @@ -68,7 +68,7 @@ img { } figcaption { color: #888; - font: 14px/1.5 monospace; + font: 13px/1.5 monospace; text-align: center; } figure {