diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 66361922d0c..8500d6a8353 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -328,7 +328,7 @@ select { &.active { box-shadow: inset 2px 0 var(--color-primary); .menuitem-text { - font-weight: 600; + font-weight: bold; } } } @@ -566,7 +566,7 @@ li.active { width: 150px; } label { - font-weight: 700; + font-weight: bold; } } |