change progressBar color

This commit is contained in:
Wonderfall 2022-07-29 02:30:27 +02:00
parent 285c0d61fe
commit 2989681d12

View File

@ -176,7 +176,7 @@ body:not(.dark) #sun {
--scrollAmount: 0%; --scrollAmount: 0%;
width: var(--scrollAmount); width: var(--scrollAmount);
height: 3px; height: 3px;
background-color: rgb(0, 128, 128); background-color: #1e8cdb;
position: fixed; position: fixed;
z-index: 9999; z-index: 9999;
} }