move legend color to -light.css/-big.css
This commit is contained in:
parent
0509125505
commit
1be08f3ca6
|
@ -49,4 +49,6 @@
|
|||
fill: #C83771;
|
||||
}
|
||||
|
||||
|
||||
#legend {
|
||||
color: #ddd;
|
||||
}
|
||||
|
|
|
@ -55,4 +55,6 @@
|
|||
fill: #C83771;
|
||||
}
|
||||
|
||||
|
||||
#legend {
|
||||
color: #777;
|
||||
}
|
||||
|
|
|
@ -141,7 +141,6 @@
|
|||
#legend ul {
|
||||
list-style: none;
|
||||
font-size: 9pt;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
#legend li {
|
||||
|
@ -157,5 +156,4 @@
|
|||
#legend h2 {
|
||||
margin-top: 0;
|
||||
font-size: 9pt;
|
||||
color: #888;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue