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; }