]> cat aescling's git repositories - mastodon.git/commitdiff
Improve contrast for settings pages (fixes #173)
authorAndrea Faulds <ajf@ajf.me>
Wed, 23 Nov 2016 17:36:35 +0000 (17:36 +0000)
committerAndrea Faulds <ajf@ajf.me>
Wed, 23 Nov 2016 17:37:10 +0000 (17:37 +0000)
app/assets/stylesheets/forms.scss

index 306f474d6fee7b84e8bb160ce6359976192a0ddf..c7bdbe2c07a94219c4697dbca664e0d60813d2d5 100644 (file)
@@ -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;
     }
   }