From ac4bb0ec5126f606249e40c024c99632549a0366 Mon Sep 17 00:00:00 2001 From: orson Date: Mon, 24 Mar 2025 12:05:02 -0600 Subject: [PATCH] fixed colors of indicators --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 6772678..f41eb05 100644 --- a/static/styles.css +++ b/static/styles.css @@ -362,7 +362,7 @@ section#pinner-modal::-webkit-scrollbar-thumb { } .indicator { - color: tomato; + color: tomato !important; filter: drop-shadow 0 0 0.2rem var(--accent-color); }