Skip to content

Commit c0dc9f2

Browse files
committed
move .map styles before .string
1 parent fbaf55d commit c0dc9f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/coderay/styles/alpha.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ class Alpha < Style
9999
.keyword { color:#080; font-weight:bold }
100100
.label { color:#970; font-weight:bold }
101101
.local-variable { color:#963 }
102+
.map .content { color:#808 }
103+
.map .delimiter { color:#40A}
104+
.map { background-color:hsla(200,100%,50%,0.06); }
102105
.namespace { color:#707; font-weight:bold }
103106
.octal { color:#40E }
104107
.operator { }
@@ -123,9 +126,6 @@ class Alpha < Style
123126
.symbol { color:#A60 }
124127
.symbol .content { color:#A60 }
125128
.symbol .delimiter { color:#630 }
126-
.map .content { color:#808 }
127-
.map .delimiter { color:#40A}
128-
.map { background-color:hsla(200,100%,50%,0.06); }
129129
.tag { color:#070; font-weight:bold }
130130
.type { color:#339; font-weight:bold }
131131
.value { color: #088 }

0 commit comments

Comments
 (0)