mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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 {
|
||||
display: none;
|
||||
opacity: 0.05;
|
||||
}
|
||||
|
||||
.tick {
|
||||
line {
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
text {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.range-box {
|
||||
|
|
Loading…
Reference in a new issue