resized font

This commit is contained in:
Michael Clemens 2022-01-22 17:28:14 +01:00
parent 3dc276307a
commit bf41a914d1
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<title>{{ .Site.Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css?v1.03" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.08" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}

View File

@ -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 {