This commit is contained in:
Never 2026-01-13 16:05:16 +01:00
parent 9315132636
commit a900655a51
5 changed files with 21 additions and 21 deletions

View file

@ -28,7 +28,8 @@ html {
background: var(--html-background);
background-repeat: repeat-y;
background-size: cover;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-family: serif;
font-size: 14pt;
}
body {
@ -246,7 +247,7 @@ blockquote {
}
code {
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
font-family: monospace;
font-size: 85%;
margin: 0;
hyphens: manual;