resized fonts

This commit is contained in:
Michael Clemens 2022-01-22 17:31:37 +01:00
parent bf41a914d1
commit e4f6ef88e8
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.08" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.09" | 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: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 {