mirror of
https://github.com/ankitects/anki.git
synced 2025-12-30 23:32:57 -05:00
parent
358e337796
commit
84dcaa8638
1 changed files with 8 additions and 4 deletions
|
|
@ -117,8 +117,10 @@ body {
|
||||||
|
|
||||||
.graph .area {
|
.graph .area {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
fill: #00000008;
|
fill: #000000;
|
||||||
stroke: #00000015;
|
stroke: #000000;
|
||||||
|
fill-opacity: 0.03;
|
||||||
|
stroke-opacity: 0.08;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hoverzone rect {
|
.hoverzone rect {
|
||||||
|
|
@ -189,8 +191,10 @@ body.night-mode {
|
||||||
color: $night-fg;
|
color: $night-fg;
|
||||||
}
|
}
|
||||||
.graph .area {
|
.graph .area {
|
||||||
fill: #ffffff15;
|
fill: #ffffff;
|
||||||
stroke: #00000030;
|
stroke: #000000;
|
||||||
|
fill-opacity: 0.08;
|
||||||
|
stroke-opacity: 0.18;
|
||||||
}
|
}
|
||||||
.no-data rect {
|
.no-data rect {
|
||||||
fill: $night-bg;
|
fill: $night-bg;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue