Skip to content

Commit c3b4b85

Browse files
committed
Update dark-theme.css
1 parent f774337 commit c3b4b85

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dark-theme.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,16 @@ cd-el {
206206
color: hsl(218deg 7% 64% / 72%) !important;
207207
}
208208

209-
.language.markdown .token.title .token.punctuation,
210-
.language.markdown .token.list,
211-
.language.markdown .token:is(.italic, .bold) .token.punctuation {
209+
.language-markdown .token.title .token.punctuation,
210+
.language-markdown .token.list,
211+
.language-markdown .token:is(.italic, .bold) .token.punctuation {
212212
color: hsl(218deg 7% 64% / 72%);
213213
}
214214

215+
.language-markdown .token.italic .token.punctuation {
216+
font-style: normal;
217+
}
218+
215219
.token.string,
216220
.token.string *,
217221
.token.attr-value,

0 commit comments

Comments
 (0)