Merge pull request #23226 from nextcloud/feature/noid/bump-default-font-size

Bump default font size to 15 px
This commit is contained in:
John Molakvoæ 2020-10-06 15:43:13 +02:00 committed by GitHub
commit 99c101c976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);