Merge pull request #316 from mbrgm/inline-code-size-in-em

Make inline code font size relative to parent
This commit is contained in:
Radek Kozieł 2023-01-07 23:52:12 +01:00 committed by GitHub
commit aa69b5504c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ code, kbd {
padding: 1px 6px;
margin: 0 2px;
border-radius: 5px;
font-size: .9rem;
font-size: .9em;
font-weight: normal;
font-feature-settings: normal;