We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f774337 commit c3b4b85Copy full SHA for c3b4b85
dark-theme.css
@@ -206,12 +206,16 @@ cd-el {
206
color: hsl(218deg 7% 64% / 72%) !important;
207
}
208
209
-.language.markdown .token.title .token.punctuation,
210
-.language.markdown .token.list,
211
-.language.markdown .token:is(.italic, .bold) .token.punctuation {
+.language-markdown .token.title .token.punctuation,
+.language-markdown .token.list,
+.language-markdown .token:is(.italic, .bold) .token.punctuation {
212
color: hsl(218deg 7% 64% / 72%);
213
214
215
+.language-markdown .token.italic .token.punctuation {
216
+ font-style: normal;
217
+}
218
+
219
.token.string,
220
.token.string *,
221
.token.attr-value,
0 commit comments