Merge pull request #23226 from nextcloud/feature/noid/bump-default-font-size
Bump default font size to 15 px
This commit is contained in:
commit
99c101c976
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue