diff options
author | Marco Ambrosini <marcoambrosini@pm.me> | 2019-10-01 11:31:39 +0200 |
---|---|---|
committer | Marco Ambrosini <marcoambrosini@pm.me> | 2019-10-01 17:42:16 +0200 |
commit | fe5d5312ca1b39306075e7773c7980866ba1e9a7 (patch) | |
tree | e23a56284c558eeb43c6d35ff0a2a4d6cd3ed91b /core/css/styles.scss | |
parent | 48239c97c10c7d3473af32f756246ba5dfe3c36e (diff) | |
download | nextcloud-server-fe5d5312ca1b39306075e7773c7980866ba1e9a7.tar.gz nextcloud-server-fe5d5312ca1b39306075e7773c7980866ba1e9a7.zip |
Bring the font size down to 14px
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 663f00a4365..905cf34aacd 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -88,8 +88,8 @@ ul { body { background-color: var(--color-main-background); font-weight: normal; - /* bring the default font size up to 15px */ - font-size: .9375em; + /* bring the default font size up to 14px */ + font-size: .875em; line-height: 1.6em; font-family: var(--font-face); color: var(--color-main-text); |