change colours + use named colours

This commit is contained in:
sorata 2025-08-06 23:57:48 +05:30 committed by GitHub
parent 62e01fe03a
commit 9be2ba83f3
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: #ffeba2; --inactive-shape-color: lightgray;
--active-shape-color: #ff8e8e; --active-shape-color: royalblue;
--inactive-shape-border: 1px #212121; --inactive-shape-border: 1px black;
--active-shape-border: 1px #212121; --active-shape-border: 1px black;
--highlight-shape-color: #ff8e8e00; --highlight-shape-color: transparent;
--highlight-shape-border: 1px #ff8e8e; --highlight-shape-border: 1px royalblue;
} }
.card { .card {