diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5bef343..485f662 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 ed5c101..c132433 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,6 +14,7 @@ body{ margin:40px auto; padding:0 10px; font:15px/1.5 monospace; + text-align: justify; color:var(--fontcolor); background: var(--bgcolor) } a:link{ @@ -68,7 +69,7 @@ img { } figcaption { color: #888; - font: 13px/1.5 monospace; + font: 13px/1.5 monospace; text-align: center; } figure {