Skip to content

Commit a76f74d

Browse files
committed
fix: blockquote p tag's text color
1 parent 3a033b0 commit a76f74d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/assets/styles/md-style.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@
178178
background-color: rgba(100, 108, 255, .08);
179179
border: 1px solid var(--brand-color);
180180
border-radius: 8px;
181-
p {
182-
color: #fff;
183-
}
181+
182+
// p {
183+
// color: #fff;
184+
// }
184185
}
185186

186187
&--changelog,

0 commit comments

Comments
 (0)