Skip to content

Commit ef79201

Browse files
authored
Update dark-theme.css
1 parent 14e8bc7 commit ef79201

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

dark-theme.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,6 @@ cd-el {
134134
display: block;
135135
}
136136

137-
.token.prolog,
138-
.token.doctype,
139-
.token.cdata {
140-
color: hsl(218deg 7% 64% / 72%);
141-
}
142-
143137
.token.punctuation,
144138
.token.interpolation,
145139
.token.important,
@@ -209,6 +203,12 @@ cd-el {
209203
color: hsl(218deg 7% 64% / 72%) !important;
210204
}
211205

206+
.token.prolog,
207+
.token.doctype,
208+
.token.cdata {
209+
color: hsl(218deg 7% 64% / 72%);
210+
}
211+
212212
.token.string,
213213
.token.string *,
214214
.token.attr-value,
@@ -217,6 +217,11 @@ cd-el {
217217
color: #c1ffd5cc !important;
218218
}
219219

220+
.token.doctype .token.string,
221+
.token.doctype .token.string * {
222+
color: inherit !important;
223+
}
224+
220225
.token.italic {
221226
font-style: normal;
222227
}

0 commit comments

Comments
 (0)