with markdown enable, inline <code> looks now much better :)

This commit is contained in:
DeltaLima 2023-06-22 23:45:59 +02:00
parent 4099ef57e6
commit ba90344999

View file

@ -67,6 +67,12 @@ pre {
box-shadow: 3px 3px 6px black;
}
code {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
padding: 0 3px;
}
ul, li, ol { margin: 0; padding: 0 }
/* === Form === */