summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 23:29:46 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-19 12:04:19 +0200
commitd9387add9ebf57823a1ad5b736830638829c4954 (patch)
tree545306b781eba12557d515715182041936d0184c /settings/css
parentce9377a46484f0df180aee53d0b80b04644e64dc (diff)
downloadnextcloud-server-d9387add9ebf57823a1ad5b736830638829c4954.tar.gz
nextcloud-server-d9387add9ebf57823a1ad5b736830638829c4954.zip
Move fonts from light/semibold to regular/bold for better readability
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss4
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;
}
}