aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-10-02 11:11:59 +0200
committerGitHub <noreply@github.com>2019-10-02 11:11:59 +0200
commit2f214322f794d72e518d989b7d82e3bf44b3e651 (patch)
treeff10cc848ebdef3c911acea69e38ab0641821877 /core
parent74dcd84ee86fa6812f2d03a7004bf921c9ad43c1 (diff)
parentfe5d5312ca1b39306075e7773c7980866ba1e9a7 (diff)
downloadnextcloud-server-2f214322f794d72e518d989b7d82e3bf44b3e651.tar.gz
nextcloud-server-2f214322f794d72e518d989b7d82e3bf44b3e651.zip
Merge pull request #17350 from nextcloud/adjust-fontsize
Bring the font size down to 14px
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css4
-rw-r--r--core/css/styles.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 5e2b90d06b6..d9227124734 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -17,8 +17,8 @@ ul { list-style:none; }
body {
background-color: #ffffff;
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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
color: #000;
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);