This commit is contained in:
shockrah 2023-09-23 00:34:08 -07:00
parent 5a1e3b0244
commit b51562c6b9

View File

@ -1,6 +1,6 @@
body {
background-color: #212121;
font-family: Arial, Helvetica, sans-serif;
font-family: 'Courier New', monospace;
color: #dcdcdc;
}
html {
@ -222,8 +222,6 @@ ul.timeline > li:before {
margin: 0.3em;
}
@media (max-width: 768px) {
body { min-width: 100%; }
p { font-size: x-large; }