Skip to content

Commit 14e8bc7

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

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

dark-theme.css

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ 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+
137143
.token.punctuation,
138144
.token.interpolation,
139145
.token.important,
@@ -203,12 +209,6 @@ cd-el {
203209
color: hsl(218deg 7% 64% / 72%) !important;
204210
}
205211

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,11 +217,6 @@ cd-el {
217217
color: #c1ffd5cc !important;
218218
}
219219

220-
.token.doctype .token.string,
221-
.token.doctype .token.string * {
222-
color: inherit !important;
223-
}
224-
225220
.token.italic {
226221
font-style: normal;
227222
}

0 commit comments

Comments
 (0)