We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d3251 commit 03c0903Copy full SHA for 03c0903
src/style/index.less
@@ -42,7 +42,6 @@
42
.token.constant,
43
.token.deleted,
44
.token.number,
45
- .token.property,
46
.token.symbol {
47
color: #e91e63;
48
}
@@ -66,6 +65,7 @@
66
65
.token.atrule,
67
.token.attr-value,
68
.token.attr-name,
+ .token.property,
69
.token.keyword {
70
color: #3f51b5;
71
@@ -90,21 +90,8 @@
90
.attr-name {
91
color: #005cc5;
92
93
- }
94
-
95
- code[class*='language-css'],
96
- pre[class*='language-css'] {
97
- color: #005cc5;
98
99
- .token.color {
100
101
102
103
- .unit {
104
- color: #d73a49;
105
106
107
- .token.selector .class {
+ .token.selector .class,
+ .token.class-name {
108
color: #6f42c1;
109
110
0 commit comments