Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c65edf7

Browse filesBrowse 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
Copy full SHA for c65edf7

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎sass/styles/app.scss

Copy file name to clipboardExpand all lines: sass/styles/app.scss
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.