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