Skip to content

Commit f62884b

Browse files
authored
Update dark-theme.css
1 parent 798b2f8 commit f62884b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dark-theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ cd-el {
150150
.token.punctuation,
151151
.token.interpolation,
152152
.token.important,
153+
.token.atrule,
153154
.token.url .token.content,
154155
.token.url-reference .token.variable {
155156
color: #a6c3d4;
@@ -191,7 +192,7 @@ cd-el {
191192

192193
.token.operator,
193194
.token.entity,
194-
.token.atrule,
195+
.token.rule,
195196
.language-css .token.function,
196197
.token.interpolation .token.punctuation {
197198
color: hsl(286deg 60% 72% / 93%);

0 commit comments

Comments
 (0)