summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-10 17:52:09 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-10 17:52:09 +0100
commitdd153a562591d594609792bb7ac4eab8df8f7d21 (patch)
tree07a6b8a637d0e40caefa30e4ef17f25ed5725a58 /core/css/apps.css
parentb1731245ee8bca2db9f2786e9e79b497339a460b (diff)
parent83c177fc1b010aba12382a8ac66df9f9b7142b75 (diff)
downloadnextcloud-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.css4
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 */