Skip to content

Commit

Permalink
fix(theme): dim color for all text like elements inside blockquotes
Browse files Browse the repository at this point in the history
this will likely break some other stuff, we can selectively override color for those cases later

closes #3929
  • Loading branch information
brc-dd committed Jun 9, 2024
1 parent 7fcf462 commit 5d3ed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/components/vp-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
border-left: 2px solid var(--vp-c-divider);
padding-left: 16px;
transition: border-color 0.5s;
color: var(--vp-c-text-2);
}

.vp-doc blockquote > p {
margin: 0;
font-size: 16px;
color: var(--vp-c-text-2);
transition: color 0.5s;
}

Expand Down

0 comments on commit 5d3ed87

Please sign in to comment.