fix code upper case letters. closes #251

This commit is contained in:
panr 2021-11-01 09:03:33 +01:00
parent 84bd33a038
commit b5b8d2931a
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ code, kbd {
border-radius: 5px;
font-size: .9rem;
font-weight: normal;
font-feature-settings: normal;
code, kbd {
background: transparent;

File diff suppressed because one or more lines are too long