From 9be2ba83f34fef6c26e7cfc242011a95a6719c71 Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:57:48 +0530 Subject: [PATCH] change colours + use named colours --- rslib/src/image_occlusion/notetype.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rslib/src/image_occlusion/notetype.css b/rslib/src/image_occlusion/notetype.css index fbd34ad90..de742c5f0 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: #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 {