Skip to content

Commit b3aa0f9

Browse files
committed
Fix some blockquote style issues
- no need for all bold - since non-emphasized text is italic, emphasized text should be upright in the styled result
1 parent eafc3f2 commit b3aa0f9

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blockquote p {
2+
font-weight: normal;
3+
}
4+
blockquote em {
5+
font-style: initial;
6+
}

myst.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ site:
2121
template: book-theme
2222
options:
2323
logo_text: Home
24+
style: custom.css

0 commit comments

Comments
 (0)