codeboxes look better now

This commit is contained in:
amanita 2021-06-13 16:12:56 +02:00
parent ec77b3cb7d
commit 5535a95391
1 changed files with 3 additions and 1 deletions

View File

@ -177,10 +177,12 @@ a:visited:hover, a:visited:active {
pre { pre {
padding: 1em; padding: 1em;
background-color: #008b8b70;
border-radius: 4px;
white-space: pre-wrap; white-space: pre-wrap;
} }
code { p code {
vertical-align: baseline; vertical-align: baseline;
background-color: #008b8b70; background-color: #008b8b70;
border-radius: 4px; border-radius: 4px;