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