Skip to content
Snippets Groups Projects
Unverified Commit 2f214322 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #17350 from nextcloud/adjust-fontsize

Bring the font size down to 14px
parents 74dcd84e fe5d5312
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ ul { list-style:none; } ...@@ -17,8 +17,8 @@ ul { list-style:none; }
body { body {
background-color: #ffffff; background-color: #ffffff;
font-weight: normal; font-weight: normal;
/* bring the default font size up to 15px */ /* bring the default font size up to 14px */
font-size: .9375em; font-size: .875em;
line-height: 1.6em; 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'; 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; color: #000;
......
...@@ -88,8 +88,8 @@ ul { ...@@ -88,8 +88,8 @@ ul {
body { body {
background-color: var(--color-main-background); background-color: var(--color-main-background);
font-weight: normal; font-weight: normal;
/* bring the default font size up to 15px */ /* bring the default font size up to 14px */
font-size: .9375em; font-size: .875em;
line-height: 1.6em; line-height: 1.6em;
font-family: var(--font-face); font-family: var(--font-face);
color: var(--color-main-text); color: var(--color-main-text);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment