okay i made it slightly more cute. i couldn't help myself

This commit is contained in:
m455 2023-02-03 23:43:59 -05:00
parent 9098d8e2ee
commit 883efa9bfd

View file

@ -13,8 +13,10 @@
max-width: 700px;
line-height: 1.5;
}
pre, code { background-color: #eeeeee }
pre, code { background-color: #eeeeee; border-radius: 5px }
code { padding: 2px 7px }
pre { overflow: scroll; padding: 15px 20px; white-space: pre }
pre code { padding: 0 }
a { color: blue }
nav a { margin-right: 10px }
hr { border: 0; border-bottom: 1px solid black }