fathom/assets/sass/chart.scss

32 lines
315 B
SCSS
Raw Normal View History

.box-graph {
background: white;
margin-left: 0 !important;
}
#chart {
}
2018-05-22 10:23:17 +00:00
g.pageviews {
fill: #88ffc6;
}
g.visitors {
fill: #533feb;
}
.axis {
.domain{
stroke: none;
}
line {
stroke: rgba(218, 218, 218, 0.5);
}
text {
font-size: 12px;
fill: #98a0a6;
}
2018-05-22 10:23:17 +00:00
}