superset/caravel/assets/visualizations/histogram.css
vera-liu 9914901099 Change the font on axis (#1028)
A minor css change to make histogram viz look consistent
2016-09-02 10:01:13 -07:00

17 lines
280 B
CSS

.axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.axis text {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}