diff --git a/rslib/src/image_occlusion/notetype.css b/rslib/src/image_occlusion/notetype.css index de742c5f0..7b4b151df 100644 --- a/rslib/src/image_occlusion/notetype.css +++ b/rslib/src/image_occlusion/notetype.css @@ -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 {