Skip to content

Commit 5d3ed87

Browse files
committed
fix(theme): dim color for all text like elements inside blockquotes
this will likely break some other stuff, we can selectively override color for those cases later closes #3929
1 parent 7fcf462 commit 5d3ed87

File tree

1 file changed

+1
-1
lines changed
  • src/client/theme-default/styles/components

1 file changed

+1
-1
lines changed

src/client/theme-default/styles/components/vp-doc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898
border-left: 2px solid var(--vp-c-divider);
9999
padding-left: 16px;
100100
transition: border-color 0.5s;
101+
color: var(--vp-c-text-2);
101102
}
102103

103104
.vp-doc blockquote > p {
104105
margin: 0;
105106
font-size: 16px;
106-
color: var(--vp-c-text-2);
107107
transition: color 0.5s;
108108
}
109109

0 commit comments

Comments
 (0)