mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Merge pull request #243 from panr/fix-uppercased-code
Add `font-feature-settings: normal` to `code` and `pre`
This commit is contained in:
commit
84bd33a038
@ -142,6 +142,7 @@ code, kbd {
|
||||
}
|
||||
|
||||
pre {
|
||||
font-feature-settings: normal;
|
||||
background: #212020;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
@ -154,6 +155,7 @@ pre {
|
||||
}
|
||||
|
||||
code {
|
||||
font-feature-settings: normal;
|
||||
background: none !important;
|
||||
color: #ccc;
|
||||
margin: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user