Style adjustments
This commit is contained in:
parent
fa235bae48
commit
0af8813020
|
@ -1,7 +1,7 @@
|
|||
.fill1, .key1, .dataPoint1 { fill: #666 !important; }
|
||||
.fill1 { fill: #666 !important; }
|
||||
.line1 { stroke: #666 !important; }
|
||||
.dataPoint1, .key1 { fill: #666 !important; }
|
||||
|
||||
.fill2, .key2 { fill: #bac9e0 !important; }
|
||||
.fill2 { fill-opacity: 0.8 !important; }
|
||||
.line2 { stroke: #003d99 !important; }
|
||||
.dataPoint2 { fill: #003d99 !important; }
|
||||
.fill2 { fill: #bacce0 !important; fill-opacity: 0.8 !important; }
|
||||
.line2 { stroke: #507AAA !important; }
|
||||
.dataPoint2, .key2 { fill: #507AAA !important; }
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
.fill1, .key1, .dataPoint1 { fill: #666 !important; }
|
||||
.fill1 { fill: #666 !important; }
|
||||
.line1 { stroke: #666 !important; }
|
||||
.key1, .dataPoint1 { fill: #666 !important; }
|
||||
|
||||
.fill2, .key2 { fill: #BAE0BA !important; }
|
||||
.fill2 { fill-opacity: 0.8 !important; }
|
||||
.fill2 { fill: #BAE0BA !important; fill-opacity: 0.8 !important; }
|
||||
.line2 { stroke: #090 !important; }
|
||||
.dataPoint2 { fill: #090 !important; }
|
||||
.dataPoint2, .key2 { fill: #090 !important; }
|
||||
|
||||
.key3 { fill: #95964e !important; }
|
||||
.dataPoint3 { stroke: #95964e !important; stroke-width: 10px !important; }
|
Loading…
Reference in New Issue
Block a user