Fix font-weight of settings button

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-04-18 21:38:49 -05:00
parent d379ac7545
commit 6fa7e41047
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ kbd {
border-radius: 0;
text-align: left;
padding-left: 42px;
font-weight: 300;
font-weight: 400;
&:hover,
&:focus {
background-color: $color-main-background;