mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #17350 from nextcloud/adjust-fontsize
Bring the font size down to 14px
This commit is contained in:
commit
2f214322f7
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue