Skip to content

Commit dd9fa10

Browse files
committed
Update dark-theme.css
1 parent d2a2965 commit dd9fa10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dark-theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ cd-el {
208208

209209
.language-markdown .token.title .token.punctuation,
210210
.language-markdown .token.list,
211-
.language-markdown .token:is(.italic, .bold) .token.punctuation {
211+
.language-markdown .token:is(.italic, .bold) .token.punctuation,
212+
.language-markdown .token.blockquote.punctuation {
212213
color: hsl(218deg 7% 64% / 72%);
213214
}
214215

0 commit comments

Comments
 (0)