tweaked volume scale colors

This commit is contained in:
2026-06-17 19:20:39 -05:00
parent 76c7b98d65
commit 8f8cf3b489

View File

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