Skip to content

Commit 0d9fa8a

Browse files
committed
fix: blockquote p tag's text color
1 parent ce98b14 commit 0d9fa8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/styles/md-style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
background-color: rgba(100, 108, 255, .08);
184184
border: 1px solid var(--brand-color);
185185
border-radius: 8px;
186-
p {
187-
color: #fff;
188-
}
186+
// p {
187+
// color: #fff;
188+
// }
189189
}
190190

191191
&--changelog,

0 commit comments

Comments
 (0)