add font-feature-settings: normal to code and pre

This commit is contained in:
Radek Kozieł 2021-07-17 23:05:59 +02:00 committed by panr
parent 3e62106bc9
commit a9a3e1a8f4
2 changed files with 3 additions and 1 deletions

View file

@ -142,6 +142,7 @@ code, kbd {
} }
pre { pre {
font-feature-settings: normal;
background: #212020; background: #212020;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
@ -154,6 +155,7 @@ pre {
} }
code { code {
font-feature-settings: normal;
background: none !important; background: none !important;
color: #ccc; color: #ccc;
margin: 0; margin: 0;

File diff suppressed because one or more lines are too long