mirror of
https://codeberg.org/mclemens/amberterm.git
synced 2024-11-18 06:05:58 -05:00
resized fonts
This commit is contained in:
parent
bf41a914d1
commit
e4f6ef88e8
@ -8,7 +8,7 @@
|
|||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
||||||
{{ with .Site.Params.author }}<meta name="author" 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 -}}
|
{{ range .Site.Params.customCSS -}}
|
||||||
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
|
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -13,7 +13,7 @@ body{
|
|||||||
max-width:800px;
|
max-width:800px;
|
||||||
margin:40px auto;
|
margin:40px auto;
|
||||||
padding:0 10px;
|
padding:0 10px;
|
||||||
font:16px/1.5 monospace;
|
font:15px/1.5 monospace;
|
||||||
color:var(--fontcolor); background: var(--bgcolor)
|
color:var(--fontcolor); background: var(--bgcolor)
|
||||||
}
|
}
|
||||||
a:link{
|
a:link{
|
||||||
@ -68,7 +68,7 @@ img {
|
|||||||
}
|
}
|
||||||
figcaption {
|
figcaption {
|
||||||
color: #888;
|
color: #888;
|
||||||
font: 14px/1.5 monospace;
|
font: 13px/1.5 monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
figure {
|
figure {
|
||||||
|
Loading…
Reference in New Issue
Block a user