Merge pull request #235 from TazeTSchnitzel/settings_contrast

Improve contrast for settings pages (fixes #173)
This commit is contained in:
Eugen 2016-11-29 17:50:19 +01:00 committed by GitHub
commit 18da021529

View file

@ -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;
}
}