Skip to content

Commit

Permalink
fix: blockquote p tag's text color
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Dec 23, 2024
1 parent a230b41 commit ab209f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/styles/md-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
background-color: rgba(100, 108, 255, .08);
border: 1px solid var(--brand-color);
border-radius: 8px;
p {
color: #fff;
}
// p {
// color: #fff;
// }
}

&--changelog,
Expand Down

0 comments on commit ab209f4

Please sign in to comment.