Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -439,7 +439,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
439 |
outline: none;
|
440 |
opacity: 0;
|
441 |
transition: opacity 0.3s, width 0.3s;
|
442 |
-
background-image: linear-gradient(#
|
443 |
background-size: 100% 100%;
|
444 |
background-repeat: no-repeat;
|
445 |
}
|
@@ -451,7 +451,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
451 |
-webkit-appearance: none;
|
452 |
width: 12px;
|
453 |
height: 12px;
|
454 |
-
background: #
|
455 |
border-radius: 50%;
|
456 |
cursor: pointer;
|
457 |
}
|
@@ -461,13 +461,13 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
461 |
gap: 5px;
|
462 |
}
|
463 |
.speed-slider {
|
464 |
-
width:
|
465 |
height: 6px;
|
466 |
-webkit-appearance: none;
|
467 |
background: #1e2a47;
|
468 |
border-radius: 3px;
|
469 |
outline: none;
|
470 |
-
background-image: linear-gradient(#
|
471 |
background-size: 100% 100%;
|
472 |
background-repeat: no-repeat;
|
473 |
}
|
@@ -475,7 +475,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
475 |
-webkit-appearance: none;
|
476 |
width: 12px;
|
477 |
height: 12px;
|
478 |
-
background: #
|
479 |
border-radius: 50%;
|
480 |
cursor: pointer;
|
481 |
}
|
|
|
439 |
outline: none;
|
440 |
opacity: 0;
|
441 |
transition: opacity 0.3s, width 0.3s;
|
442 |
+
background-image: linear-gradient(#6aebfc, #6aebfc);
|
443 |
background-size: 100% 100%;
|
444 |
background-repeat: no-repeat;
|
445 |
}
|
|
|
451 |
-webkit-appearance: none;
|
452 |
width: 12px;
|
453 |
height: 12px;
|
454 |
+
background: #6aebfc;
|
455 |
border-radius: 50%;
|
456 |
cursor: pointer;
|
457 |
}
|
|
|
461 |
gap: 5px;
|
462 |
}
|
463 |
.speed-slider {
|
464 |
+
width: 120px;
|
465 |
height: 6px;
|
466 |
-webkit-appearance: none;
|
467 |
background: #1e2a47;
|
468 |
border-radius: 3px;
|
469 |
outline: none;
|
470 |
+
background-image: linear-gradient(#64d1ff, #64d1ff);
|
471 |
background-size: 100% 100%;
|
472 |
background-repeat: no-repeat;
|
473 |
}
|
|
|
475 |
-webkit-appearance: none;
|
476 |
width: 12px;
|
477 |
height: 12px;
|
478 |
+
background: #5bb7de;
|
479 |
border-radius: 50%;
|
480 |
cursor: pointer;
|
481 |
}
|