]> cat aescling's git repositories - mastodon.git/commitdiff
Improve readability of text on profiles
authorDrew DeVault <sir@cmpwn.com>
Tue, 4 Apr 2017 13:26:21 +0000 (09:26 -0400)
committerDrew DeVault <sir@cmpwn.com>
Wed, 5 Apr 2017 01:13:23 +0000 (21:13 -0400)
app/assets/stylesheets/accounts.scss

index 25e24a95a61df2ea0c75f4957a522662b4e07a31..b3ae33500edb9454f4ee6c1e3045e5a432248507 100644 (file)
@@ -34,6 +34,7 @@
     text-align: center;
     position: relative;
     z-index: 2;
+    text-shadow: 0 0 2px $color8;
 
     small {
       display: block;
       text-transform: uppercase;
       display: block;
       margin-bottom: 5px;
+      text-shadow: 0 0 2px $color8;
     }
 
     .counter-number {
   .account__header__content {
     font-size: 14px;
     color: $color1;
+    text-shadow: 0 0 2px $color8;
   }
 }