Skip to content

Commit f859c25

Browse files
authored
Update dark-theme.css
1 parent 80c7845 commit f859c25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dark-theme.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ cd-el {
139139
.token.important,
140140
.token.atrule,
141141
.token.url .token.content,
142-
.token.url-reference .token.variable {
142+
.token.url-reference .token.variable,
143+
.language-markdown .token.code-block .token.punctuation {
143144
color: #a6c3d4;
144145
}
145146

@@ -208,7 +209,7 @@ cd-el {
208209

209210
.language-markdown .token.list,
210211
.language-markdown .token.url:has(> .token.url),
211-
.language-markdown *:not(.token.code-block) .token.punctuation {
212+
.language-markdown .token.punctuation {
212213
color: hsl(218deg 7% 64% / 72%);
213214
}
214215

0 commit comments

Comments
 (0)