logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: afdcdce551ab4f569ea48cafa428935e53a081e3
parent: 731f397b08337213d8c1afc0f3a4169ceabf0d7d
Author: Eugen <eugen@zeonfederated.com>
Date:   Wed,  5 Apr 2017 03:23:16 +0200

Merge pull request #839 from SirCmpwn/profile-readability

Improve readability of text on profiles

Diffstat:

Mapp/assets/stylesheets/accounts.scss3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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; } }