de-emphasise axis line, but don't hide completely

This commit is contained in:
Damien Elmes 2020-07-07 12:06:27 +10:00
parent 1162a8feb5
commit 5669101748

View file

@ -37,7 +37,17 @@ body {
} }
.no-domain-line .domain { .no-domain-line .domain {
display: none; opacity: 0.05;
}
.tick {
line {
opacity: 0.1;
}
text {
opacity: 0.5;
}
} }
.range-box { .range-box {