]> cat aescling's git repositories - mastodon.git/commitdiff
Fix visuals introduced in #1463 (#1634)
authorEugen <eugen@zeonfederated.com>
Wed, 12 Apr 2017 18:54:49 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2017 18:54:49 +0000 (20:54 +0200)
app/assets/stylesheets/accounts.scss

index 407e917b28e022fe1f524829f1f4d88b9b058353..f9a698824b46490f4dad8c1921817d524969de62 100644 (file)
@@ -14,7 +14,7 @@
   }
 
   &:after {
-    background: rgba($color8, 0.5);
+    background: linear-gradient(rgba($color8, 0.5), rgba($color8, 0.8));
     display: block;
     content: "";
     position: absolute;
@@ -72,7 +72,6 @@
     position: relative;
     z-index: 2;
     flex-direction: row;
-    background: rgba(0,0,0,0.5);
   }
 
   .details-counters {
   .account__header__content {
     font-size: 14px;
     color: $color1;
-    text-shadow: 0 0 2px $color8;
   }
 }