about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/accounts.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-30 01:13:19 +0100
committerThibaut Girka <thib@sitedethib.com>2019-03-30 18:19:40 +0100
commitb9b472d519acc83f231b87c8e9287aecf9720f62 (patch)
tree36d98f032c43c9797080168ad85513e029a7377c /app/javascript/flavours/glitch/styles/components/accounts.scss
parent59551ece31dede539d893e020c59a67b40f7ecdc (diff)
[Glitch] Fix transparent avatars showing underlying elements in avatar stack and profile
Port 79227d153b86144e9a8cc73f1d4045973eabc9ef to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/accounts.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss
index 0daef4d35..00380c575 100644
--- a/app/javascript/flavours/glitch/styles/components/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/components/accounts.scss
@@ -550,6 +550,7 @@
       margin-left: -2px;
 
       .account__avatar {
+        background: darken($ui-base-color, 8%);
         border: 2px solid lighten($ui-base-color, 4%);
       }
     }