about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-12 20:54:49 +0200
committerGitHub <noreply@github.com>2017-04-12 20:54:49 +0200
commitbd834add567fc0a0f3960385a7f9abe4324ff212 (patch)
tree7ae6f2438dd5ea126333e739ada78ae075004030 /app
parent9966bd27c2f568b34dc6d6d428301120b2153182 (diff)
Fix visuals introduced in #1463 (#1634)
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/accounts.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss
index 407e917b2..f9a698824 100644
--- a/app/assets/stylesheets/accounts.scss
+++ b/app/assets/stylesheets/accounts.scss
@@ -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 {
@@ -388,6 +387,5 @@
   .account__header__content {
     font-size: 14px;
     color: $color1;
-    text-shadow: 0 0 2px $color8;
   }
 }