diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-30 04:47:00 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-10 16:12:42 +0100 |
commit | 83c177fc1b010aba12382a8ac66df9f9b7142b75 (patch) | |
tree | e39a177483a05fccf2755456c30736a7c070ab29 /settings/css | |
parent | e4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4 (diff) | |
download | nextcloud-server-83c177fc1b010aba12382a8ac66df9f9b7142b75.tar.gz nextcloud-server-83c177fc1b010aba12382a8ac66df9f9b7142b75.zip |
move font back from Light to Regular for body text on normal-res screens, fix #18954
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 5fa9b30a647..60ba805d3ca 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -19,6 +19,7 @@ input#openid, input#webdav { width:20em; } margin-top: -30px; } .clientsbox h2 { + font-weight: 300; font-size: 20px; margin: 35px 0 10px; } @@ -26,7 +27,7 @@ input#openid, input#webdav { width:20em; } margin-top: 10px; } .clientsbox a { - font-weight: bold; + font-weight: 600; } #displaynameerror { |