Make things prettier

This commit is contained in:
2021-01-19 20:13:42 -06:00
parent 7433450f7c
commit 025974647f
2 changed files with 12 additions and 0 deletions

View File

@@ -42,6 +42,17 @@ a.button {
display: inline-block;
padding: 1em;
}
code {
background: rgba(0,0,0,0.2);
}
code:before {
content: "[";
opacity: 0.25;
}
code:after {
content: "]";
opacity: 0.25;
}
dl {
list-style-type: none;
margin: 0;