Skip to content

Commit 6d97385

Browse files
authored
Update dark-theme.css
1 parent f859c25 commit 6d97385

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
@@ -174,7 +174,8 @@ cd-el {
174174
.token.template-string,
175175
.token.regex,
176176
.token.string-property,
177-
.token.variable {
177+
.token.variable,
178+
.language-markdown .token.url .token.url {
178179
color: #c1ffd5cc;
179180
}
180181

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

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

0 commit comments

Comments
 (0)