diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-10 17:52:09 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-10 17:52:09 +0100 |
commit | dd153a562591d594609792bb7ac4eab8df8f7d21 (patch) | |
tree | 07a6b8a637d0e40caefa30e4ef17f25ed5725a58 /core/css/apps.css | |
parent | b1731245ee8bca2db9f2786e9e79b497339a460b (diff) | |
parent | 83c177fc1b010aba12382a8ac66df9f9b7142b75 (diff) | |
download | nextcloud-server-dd153a562591d594609792bb7ac4eab8df8f7d21.tar.gz nextcloud-server-dd153a562591d594609792bb7ac4eab8df8f7d21.zip |
Merge pull request #20176 from owncloud/font-style
move font back from Light to Regular for body text, fix #18954
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 33bcbf09d68..ac2be40ac5b 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -566,11 +566,11 @@ button.loading { .section h2 { font-size: 20px; margin-bottom: 12px; - font-weight: normal; + font-weight: 300; } .section h3 { font-size: 15px; - font-weight: normal; + font-weight: 300; margin: 12px 0; } /* slight position correction of checkboxes and radio buttons */ |