From 8f8cf3b48980eddee838892a7a5666cc10a3aaca Mon Sep 17 00:00:00 2001 From: mrwafflecats Date: Wed, 17 Jun 2026 19:20:39 -0500 Subject: [PATCH] tweaked volume scale colors --- eww.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eww.scss b/eww.scss index 5e2340e..226fc86 100644 --- a/eww.scss +++ b/eww.scss @@ -39,8 +39,9 @@ slider { } scale trough { - background-color: rgba(black, 0.7); + background-color: white; border-radius: 10px; + border: 1px solid black; min-height: 5px; min-width: 50px; margin-left: 5px; @@ -48,7 +49,7 @@ scale trough { } scale trough highlight { - background-color: white; + background-color: black; color: black; border-radius: 10px; }