Add dark <code> style

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-04-29 19:14:16 +02:00
parent a08a85994e
commit 03bd465181

View File

@@ -378,3 +378,11 @@ h4 {
.bg-red {
background-color: #913225 !important;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #bec5cb;
background-color: #353c42;
border-radius: 4px;
}