UX: deemphasize alternate login buttons

This commit is contained in:
Jeff Atwood 2015-04-03 00:21:11 -07:00
parent d47a8ab664
commit 0f9a22b572
1 changed files with 10 additions and 0 deletions

View File

@ -43,3 +43,13 @@
clear: both;
}
}
// alternate login / create new account buttons should be de-emphasized
button#login-link, button#new-account-link
{
background: transparent;
padding: 0;
margin-left: 20px;
color: scale-color($primary, $lightness: 35%);
}