diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4c2d5cb..4d33447 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 839cda8..12aac46 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:14px/1.5 monospace; + font:16px/1.5 monospace; color:var(--fontcolor); background: var(--bgcolor) } a:link{ @@ -68,7 +68,7 @@ img { } figcaption { color: #888; - font: 12px/1.5 monospace; + font: 14px/1.5 monospace; text-align: center; } figure {