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