Browse Source

Fix font-weight of settings button

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v12.0.0beta1
Morris Jobke 7 years ago
parent
commit
6fa7e41047
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/apps.scss

+ 1
- 1
core/css/apps.scss 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;

Loading…
Cancel
Save