[Glitch] Increase contrast of upload progress background

Port 808c9a7cf4 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Tim Lucas 2023-02-23 22:58:42 +11:00 committed by Claire
parent 213b82d0a4
commit 650ea1316a
2 changed files with 5 additions and 1 deletions

View File

@ -535,7 +535,7 @@
border-radius: 6px;
width: 100%;
height: 6px;
background: $ui-base-lighter-color;
background: darken($simple-background-color, 8%);
}
.upload-progress__tracker {

View File

@ -258,6 +258,10 @@ html {
border-color: $ui-base-color;
}
.upload-progress__backdrop {
background: $ui-base-color;
}
// Change the background colors of statuses
.focusable:focus {
background: $ui-base-color;