about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 03:23:16 +0200
committerGitHub <noreply@github.com>2017-04-05 03:23:16 +0200
commitafdcdce551ab4f569ea48cafa428935e53a081e3 (patch)
treed385afb8dfcf38aabd661da7f9bfa64cbddd2d0a /app
parent731f397b08337213d8c1afc0f3a4169ceabf0d7d (diff)
parentc106b6d3e04fb3dd8fe568120c0068f1492e54f7 (diff)
Merge pull request #839 from SirCmpwn/profile-readability
Improve readability of text on profiles
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/accounts.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss
index 25e24a95a..b3ae33500 100644
--- a/app/assets/stylesheets/accounts.scss
+++ b/app/assets/stylesheets/accounts.scss
@@ -34,6 +34,7 @@
     text-align: center;
     position: relative;
     z-index: 2;
+    text-shadow: 0 0 2px $color8;
 
     small {
       display: block;
@@ -128,6 +129,7 @@
       text-transform: uppercase;
       display: block;
       margin-bottom: 5px;
+      text-shadow: 0 0 2px $color8;
     }
 
     .counter-number {
@@ -385,5 +387,6 @@
   .account__header__content {
     font-size: 14px;
     color: $color1;
+    text-shadow: 0 0 2px $color8;
   }
 }