diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 8b7fb9362..397d3f785 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -37,7 +37,17 @@ body { } .no-domain-line .domain { - display: none; + opacity: 0.05; +} + +.tick { + line { + opacity: 0.1; + } + + text { + opacity: 0.5; + } } .range-box {