Fix code background – again

This commit is contained in:
askiiart 2024-03-06 23:42:03 -06:00
parent cacf8e0784
commit 7726127ffe
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 8 additions and 2 deletions

View file

@ -58,6 +58,12 @@ h3 {
font-size: 24px;
}
code {
background: #0e0f0f;
border-radius: .2em;
padding: .125em;
}
wrap {
word-wrap: break-word
}