update styling
This commit is contained in:
parent
1061b92d28
commit
7b3715039a
1 changed files with 4 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
html, body {
|
||||
max-height: 100%;
|
||||
background-color: var(--site-bg);
|
||||
max-width: 80ch;
|
||||
max-width: 80ch;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
@ -50,6 +50,9 @@ html, body {
|
|||
font-family: sans-serif;
|
||||
color: white;
|
||||
}
|
||||
pre {
|
||||
color: white;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue