Skip to content

Commit

Permalink
Remove the quote content from blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed May 28, 2020
1 parent f6344f9 commit be1e924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ blockquote:before {
font-size: 4em;
line-height: 0.1em;
vertical-align: -0.4em;
content: open-quote;
/* content: open-quote; */
}
blockquote p {
display: inline;
Expand Down

0 comments on commit be1e924

Please sign in to comment.