Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-31 10:07:44 +0300
committerGitHub <noreply@github.com>2022-01-31 10:07:44 +0300
commitac2bc2384efe3c15ff987b87a7432bc60d545c67 (patch)
tree4191e639afc888c3b9fddd49b11812a4e0302eff /core/css
parent3770a5bf311d8c176d780a9abb203871559bb442 (diff)
parentb920d9bd1fa0e863041a9e4a2d256a695122a7a0 (diff)
Merge pull request #25418 from kaktuspalme/patch-1
Diffstat (limited to 'core/css')
-rw-r--r--core/css/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 026ae33a763..87ef3fdcb1b 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -97,7 +97,7 @@ $border-radius-large: 10px !default;
// Pill-style button, value is large so big buttons also have correct roundness
$border-radius-pill: 100px !default;
-$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
+$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
$default-font-size: 15px;
$default-line-height: 24px;