File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments