removed monospace styling
This commit is contained in:
parent
952f5499f9
commit
88d27af9b7
|
@ -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 {
|
||||
|
|
Reference in New Issue