use dodgerblue

This commit is contained in:
sorata 2025-08-09 13:14:36 +05:30 committed by GitHub
parent 9be2ba83f3
commit 3d765e1cef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
#image-occlusion-canvas { #image-occlusion-canvas {
--inactive-shape-color: lightgray; --inactive-shape-color: lightgray;
--active-shape-color: royalblue; --active-shape-color: dodgerblue;
--inactive-shape-border: 1px black; --inactive-shape-border: 1px black;
--active-shape-border: 1px black; --active-shape-border: 1px black;
--highlight-shape-color: transparent; --highlight-shape-color: transparent;
--highlight-shape-border: 1px royalblue; --highlight-shape-border: 1px dodgerblue;
} }
.card { .card {