Fix font-weight of settings button
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d379ac7545
commit
6fa7e41047
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue