code style

This commit is contained in:
David Eisinger
2023-07-11 10:01:51 -04:00
parent 8c4ea44dda
commit 64bc9f4d50

View File

@@ -83,6 +83,12 @@ figure {
margin: 0;
}
code {
background-color: #ddd;
padding: 0 1ch;
border-radius: 3px;
}
.nowrap {
white-space: nowrap;
}