mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
use dodgerblue
This commit is contained in:
parent
9be2ba83f3
commit
3d765e1cef
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
#image-occlusion-canvas {
|
||||
--inactive-shape-color: lightgray;
|
||||
--active-shape-color: royalblue;
|
||||
--active-shape-color: dodgerblue;
|
||||
--inactive-shape-border: 1px black;
|
||||
--active-shape-border: 1px black;
|
||||
--highlight-shape-color: transparent;
|
||||
--highlight-shape-border: 1px royalblue;
|
||||
--highlight-shape-border: 1px dodgerblue;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
Loading…
Reference in a new issue