removed monospace styling

This commit is contained in:
Rudis Muiznieks 2021-08-28 09:16:53 -05:00
parent 952f5499f9
commit 88d27af9b7
1 changed files with 3 additions and 2 deletions

View File

@ -50,9 +50,8 @@ table {
/* site styling */
html, body {
font-size: 1.25em;
line-height: 1.5em;
font-family: monospace;
font-family: sans-serif;
color: #e3e0d7;
background-color: #080808;
}
@ -108,6 +107,7 @@ pre {
p > code {
color: #e5786d;
font-family: monospace;
}
p > code::before, p > code::after {
@ -116,6 +116,7 @@ p > code::before, p > code::after {
pre > code {
color: #eadead;
font-family: monospace;
}
footer {