about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/forms.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss
index 22b05946e..81270edf6 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;
     }
 
@@ -166,11 +166,10 @@ code {
   text-align: center;
 
   a {
-    color: #9baec8;
+    color: white;
     text-decoration: none;
 
     &:hover {
-      color: #d9e1e8;
       text-decoration: underline;
     }
   }