Skip to content

Commit

Permalink
Ensure em is italics
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Moritz Günther <[email protected]>
  • Loading branch information
pllim and hamogu committed Aug 12, 2024
1 parent a714fad commit b8b6573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ time, mark, audio, video {
vertical-align: baseline;
}

em {
font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
Expand Down

0 comments on commit b8b6573

Please sign in to comment.