Skip to content

Commit c65edf7

Browse files
authored
style: don't default-italicize blockquote text (#1618)
Default italicizing blockquote text prevents `*italics*` markdown from having an observable effect.
1 parent 6ab4ffd commit c65edf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sass/styles/app.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ body {
8686
}
8787

8888
blockquote {
89-
font-style: italic;
9089
position: relative;
9190
background-color: var(--blockquote-bg-color);
9291
border-left: 8px solid var(--blockquote-left-border-color);

0 commit comments

Comments
 (0)