From 38460464a0300e4165e40a651ea51b039a2be26f Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 14 Apr 2021 21:21:40 -0400 Subject: [PATCH] touch up subdued svg lock color --- pd/nw/css/subdued.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css index 8642c1236..d586440a7 100644 --- a/pd/nw/css/subdued.css +++ b/pd/nw/css/subdued.css @@ -124,7 +124,7 @@ mark.console_find_highlighted { } #svg_fg { - fill: #bbb; + fill: black; } #selection_rectangle { -- GitLab