Bläddra i källkod

Merge pull request #17350 from nextcloud/adjust-fontsize

Bring the font size down to 14px
tags/v18.0.0beta1
John Molakvoæ 4 år sedan
förälder
incheckning
2f214322f7
Inget konto är kopplat till bidragsgivarens mejladress
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2
    2
      core/css/guest.css
  2. 2
    2
      core/css/styles.scss

+ 2
- 2
core/css/guest.css Visa fil

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

+ 2
- 2
core/css/styles.scss Visa fil

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

Laddar…
Avbryt
Spara