Skip to content

Commit

Permalink
Merge pull request #597 from nature-of-code/fix-chapter-opening-quote…
Browse files Browse the repository at this point in the history
…-italic

Fix chapter opening quote italic
  • Loading branch information
shiffman authored Dec 14, 2023
2 parents 2c6c1a2 + 72e5aac commit 61a90e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions magicbook/stylesheets/components/chapter-opening.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
margin: 0.25rem 0;
font-style: italic;
}

.chapter-opening-quote-source {
p {
font-style: normal;
}
}
}
}

Expand Down

0 comments on commit 61a90e8

Please sign in to comment.