about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon
diff options
context:
space:
mode:
authorTim Lucas <t@toolmantim.com>2023-02-23 22:58:42 +1100
committerGitHub <noreply@github.com>2023-02-23 12:58:42 +0100
commitf4f91bc295fd423bdc81ca17f0f9491ed6cd897e (patch)
treed42a78bce7490cc86c77ee48dcbc0e77ec8aa7a6 /app/javascript/styles/mastodon
parent6bd700379925746ea8408bb4d5b0c99dba1506e6 (diff)
Increase contrast of upload progress background (#23836)
Diffstat (limited to 'app/javascript/styles/mastodon')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 49a5bda34..583acfac0 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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;
 }