Updated styles.css, changed default slider values to 0

This commit is contained in:
2026-06-02 21:31:08 +01:00
parent 48a74104eb
commit 7ee402c1d0
2 changed files with 17 additions and 6 deletions

View File

@ -33,4 +33,15 @@ body {
.sliderInput{
width: 90%;
}
.sliderValue{
background-color: rgb(31, 31, 31);
padding-left: 3%;
padding-right: 3%;
border-radius: 15px;
}
.sliderButton{
margin: 1%;
}