Skip to content

Commit

Permalink
Merge pull request #5 from sagansystems/jdom/fixingJdomsDumbMistake
Browse files Browse the repository at this point in the history
update the <i/> tag to allow for italic text
  • Loading branch information
Jdombrowski authored Jan 8, 2020
2 parents 19741fb + 7d3b249 commit cbc83bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanslate.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
.cleanslate strong {
font-weight:bold !important;
}
.cleanslate em, i {
.cleanslate em, .cleanslate i {
font-style:italic !important;
}
.cleanslate kbd, .cleanslate samp, .cleanslate code, .cleanslate pre {
Expand Down

0 comments on commit cbc83bc

Please sign in to comment.