From 9e3c3af6f6cc14571291d5b909d4fa295fe55eec Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Fri, 13 Dec 2024 08:52:51 +0100 Subject: [PATCH] style modulation --- src/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 06fa948..f0b8429 100644 --- a/src/style.css +++ b/src/style.css @@ -55,11 +55,12 @@ param-slider:hover { param-slider .fill { background-color: #5879af; + /* TODO: make this add to the other glow */ /* shadow: 0px 0px 9px #5879afbf; */ } -/* param-slider .fill--modulation { */ -/* background-color: #a4eafc69; */ -/* } */ +param-slider .fill--modulation { + background-color: #e0ce9109; +} /* This is a textbox, but we want it to appear just like the label */ param-slider .value-entry {