Merge pull request #235 from TazeTSchnitzel/settings_contrast

Improve contrast for settings pages (fixes #173)
master
Eugen 8 years ago committed by GitHub
commit 18da021529
  1. 5
      app/assets/stylesheets/forms.scss

@ -44,7 +44,7 @@ code {
label { label {
font-family: 'Roboto'; font-family: 'Roboto';
font-size: 14px; font-size: 14px;
color: #9baec8; color: white;
display: block; display: block;
} }
@ -166,11 +166,10 @@ code {
text-align: center; text-align: center;
a { a {
color: #9baec8; color: white;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
color: #d9e1e8;
text-decoration: underline; text-decoration: underline;
} }
} }

Loading…
Cancel
Save