fixed css

This commit is contained in:
Liam Waldron 2023-01-26 17:35:09 -05:00
parent 3b7970667e
commit c9b254fd69

View File

@ -47,6 +47,7 @@
body {
font-family: sans-serif;
background-color: #1E1E1E;
}
code {
@ -56,6 +57,7 @@ code {
border-left-width: 4px;
border-radius: 2px;
padding: 2px;
color: white;
}
h2 {