summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-10-06 15:43:13 +0200
committerGitHub <noreply@github.com>2020-10-06 15:43:13 +0200
commit99c101c9768e6640f48494deb0b8dfc1ec059c37 (patch)
treed2505cb4fe7fb68af6d814422473cde84fe31ebc
parent0c899544887ed548c2d62c9157a67ee7f322c10a (diff)
parentdc4a294826b4532c1fead32339a4456cda36ecc5 (diff)
downloadnextcloud-server-99c101c9768e6640f48494deb0b8dfc1ec059c37.tar.gz
nextcloud-server-99c101c9768e6640f48494deb0b8dfc1ec059c37.zip
Merge pull request #23226 from nextcloud/feature/noid/bump-default-font-size
Bump default font size to 15 px
-rw-r--r--core/css/styles.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 1e316ac63ce..c94b06fd500 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 14px */
- font-size: .875em;
+ /* bring the default font size up to 15px */
+ font-size: .9375em;
line-height: 1.6em;
font-family: var(--font-face);
color: var(--color-main-text);