mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-15 04:45:08 +01:00
Merge pull request #8 from marioblokland/fix_code_uppercase
Prevent uppercase transformation of code
This commit is contained in:
commit
839f1ded1c
@ -83,6 +83,7 @@ img {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
|
font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
|
||||||
|
font-feature-settings: normal;
|
||||||
background: var(--light-background-secondary);
|
background: var(--light-background-secondary);
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user