about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-04-04 09:26:21 -0400
committerDrew DeVault <sir@cmpwn.com>2017-04-04 21:13:23 -0400
commitc106b6d3e04fb3dd8fe568120c0068f1492e54f7 (patch)
tree9715c14bcfb93b56988c6b493b878c9caa0b60e3 /app
parentbda37489ac5c14d18b1bb4290f2a2931dc8728c9 (diff)
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;
   }
 }