Merge pull request #8 from marioblokland/fix_code_uppercase

Prevent uppercase transformation of code
This commit is contained in:
Radek Kozieł 2018-09-04 09:05:00 +02:00 committed by GitHub
commit 61cf53b83f
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ img {
code {
font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
font-feature-settings: normal;
background: var(--light-background-secondary);
padding: 1px 6px;
margin: 0 2px;

File diff suppressed because one or more lines are too long