Skip to content

Commit

Permalink
fix: resume the blockquote display type (mmistakes#1480)
Browse files Browse the repository at this point in the history
Undo changes in mmistakes#1449
  • Loading branch information
cotes2020 authored Jan 13, 2024
1 parent 6a17a7d commit c7cfde0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
The common styles
*/
/* The common styles */

html {
@media (prefers-color-scheme: light) {
Expand Down Expand Up @@ -85,7 +83,6 @@ blockquote {
border-left: 5px solid var(--blockquote-border-color);
padding-left: 1rem;
color: var(--blockquote-text-color);
display: flex;

> p:last-child {
margin-bottom: 0;
Expand Down

0 comments on commit c7cfde0

Please # to comment.