Skip to content

Commit c7cfde0

Browse files
authored
fix: resume the blockquote display type (#1480)
Undo changes in #1449
1 parent 6a17a7d commit c7cfde0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_sass/addon/commons.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/*
2-
The common styles
3-
*/
1+
/* The common styles */
42

53
html {
64
@media (prefers-color-scheme: light) {
@@ -85,7 +83,6 @@ blockquote {
8583
border-left: 5px solid var(--blockquote-border-color);
8684
padding-left: 1rem;
8785
color: var(--blockquote-text-color);
88-
display: flex;
8986

9087
> p:last-child {
9188
margin-bottom: 0;

0 commit comments

Comments
 (0)