Typo fix
This commit is contained in:
parent
9315132636
commit
a900655a51
5 changed files with 21 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue