mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Merge pull request #316 from mbrgm/inline-code-size-in-em
Make inline code font size relative to parent
This commit is contained in:
commit
aa69b5504c
@ -131,7 +131,7 @@ code, kbd {
|
|||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: .9rem;
|
font-size: .9em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-feature-settings: normal;
|
font-feature-settings: normal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user