Skip to content

Commit

Permalink
Potential fix for volume slider button not adapting to dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
topkecleon committed Mar 26, 2024
1 parent 920099d commit 7d5c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.form-range::-moz-range-thumb, .form-range::-webkit-slider-thumb {
background-color: var(--bs-primary);
}
[data-bs-theme=dark] .form-range::-moz-range-thumb, .form-range::-webkit-slider-thumb {
[data-bs-theme=dark] .form-range::-moz-range-thumb, [data-bs-theme=dark] .form-range::-webkit-slider-thumb {
background-color: var(--bs-info);
}
</style>
Expand Down

0 comments on commit 7d5c735

Please sign in to comment.