fix label form

This commit is contained in:
bechi 2014-07-21 19:30:43 -03:00
commit ed05141e97
3 changed files with 25 additions and 19 deletions

View file

@ -93,6 +93,13 @@ a {
color: #3498DB;
}
.signin label, .setup label {
font-size: 0.875rem;
color: #fff;
font-weight: 100;
margin-bottom: 0.5rem;
}
a:hover {
color: #2980b9;
}