Inline code and kbd tags coloring

master
Vladimir Hodakov 2018-01-14 04:20:03 +04:00
parent c5282d9a89
commit d928abdd06
1 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,11 @@ pre {
border: 1px dashed #777;
}
code, kbd {
color: #f8f8f2;
background-color: #555753;
}
.footer {
background-color: #2e3436!important;
color: #babdb6!important;