style: fix color on progress bar

This commit is contained in:
Jordan Ruthe 2020-12-07 15:46:50 -05:00
parent 238badb110
commit 7471cd39b9

View File

@ -66,10 +66,6 @@ label {
color: white;
}
progress {
background-color: #d47b00;
}
progress, trough {
min-height: 2em;
background-color: #404E57;
@ -77,6 +73,10 @@ progress, trough {
border: #000 1px solid;
}
progress {
background-color: #d47b00;
}
scale mark {
margin-top: 1em;
color: #fff;