Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Increase contrast of upload progress background (mastodon#23836)
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim authored Feb 23, 2023
1 parent 6bd7003 commit f4f91bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4543,7 +4543,7 @@ a.status-card.compact:hover {
width: 100%;
height: 6px;
border-radius: 6px;
background: $ui-base-lighter-color;
background: darken($simple-background-color, 8%);
position: relative;
margin-top: 5px;
}
Expand Down

0 comments on commit f4f91bc

Please sign in to comment.