File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ class Alpha < Style
99
99
.keyword { color:#080; font-weight:bold }
100
100
.label { color:#970; font-weight:bold }
101
101
.local-variable { color:#963 }
102
+ .map .content { color:#808 }
103
+ .map .delimiter { color:#40A}
104
+ .map { background-color:hsla(200,100%,50%,0.06); }
102
105
.namespace { color:#707; font-weight:bold }
103
106
.octal { color:#40E }
104
107
.operator { }
@@ -123,9 +126,6 @@ class Alpha < Style
123
126
.symbol { color:#A60 }
124
127
.symbol .content { color:#A60 }
125
128
.symbol .delimiter { color:#630 }
126
- .map .content { color:#808 }
127
- .map .delimiter { color:#40A}
128
- .map { background-color:hsla(200,100%,50%,0.06); }
129
129
.tag { color:#070; font-weight:bold }
130
130
.type { color:#339; font-weight:bold }
131
131
.value { color: #088 }
You can’t perform that action at this time.
0 commit comments