aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Themes
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-07-21 10:39:06 +0200
committerSimon L <szaimen@e.mail.de>2023-07-21 11:25:16 +0200
commitd891a0a83a4e95ed6ed71f1a53919fe0451a1822 (patch)
tree2170535bef466b2e9cabdd4bae30408d44a33995 /apps/theming/lib/Themes
parent8ed35de5f4183a2b15ec98a4dc25c696298c8400 (diff)
downloadnextcloud-server-d891a0a83a4e95ed6ed71f1a53919fe0451a1822.tar.gz
nextcloud-server-d891a0a83a4e95ed6ed71f1a53919fe0451a1822.zip
fix tests
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'apps/theming/lib/Themes')
-rw-r--r--apps/theming/lib/Themes/DefaultTheme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php
index 6c3e6d5fbb9..75d738f12ee 100644
--- a/apps/theming/lib/Themes/DefaultTheme.php
+++ b/apps/theming/lib/Themes/DefaultTheme.php
@@ -171,7 +171,7 @@ class DefaultTheme implements ITheme {
'--color-border-dark' => $this->util->darken($colorMainBackground, 14),
'--color-border-maxcontrast' => $this->util->darken($colorMainBackground, 42),
- '--font-face' => "system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';",
+ '--font-face' => "system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
'--default-font-size' => '15px',
// TODO: support "(prefers-reduced-motion)"