fix colors of pie labels (for dark theme) (#15266)

This commit is contained in:
Peter Pisljar 2017-11-29 20:14:04 +01:00 committed by GitHub
parent c579677bf9
commit 1f4ae7f29e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,14 @@
fill: @svg-tick-text-color;
}
.label-line {
stroke: @svg-tick-text-color;
}
.label-text {
fill: @svg-tick-text-color;
}
/* Brush Styling */
.brush .extent {
stroke: @svg-brush-color;