mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
de-emphasise axis line, but don't hide completely
This commit is contained in:
parent
1162a8feb5
commit
5669101748
1 changed files with 11 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue