From: Andrea Faulds Date: Wed, 23 Nov 2016 17:36:35 +0000 (+0000) Subject: Improve contrast for settings pages (fixes #173) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8e936b03d5e06ac414ad3f451a8def8dc92584db;p=mastodon.git Improve contrast for settings pages (fixes #173) --- diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss index 306f474d6..c7bdbe2c0 100644 --- a/app/assets/stylesheets/forms.scss +++ b/app/assets/stylesheets/forms.scss @@ -44,7 +44,7 @@ code { label { font-family: 'Roboto'; font-size: 14px; - color: #9baec8; + color: white; display: block; } @@ -161,11 +161,10 @@ code { text-align: center; a { - color: #9baec8; + color: white; text-decoration: none; &:hover { - color: #d9e1e8; text-decoration: underline; } }