slightly adjust login font color

This commit is contained in:
Felix Niklas 2014-11-20 10:39:20 +01:00
parent caf054bd8f
commit 46b6d0de08

View file

@ -836,7 +836,7 @@ textarea,
.login p {
margin: 10px 0;
max-width: 400px;
color: hsl(233,7%,42%);
color: hsl(212,8%,40%);
text-align: center;
}
@ -848,7 +848,7 @@ textarea,
}
.login p a {
color: hsl(233,7%,54%);
color: hsl(229,2%,51%);
text-decoration: underline;
}