diff options
author | Simon L <szaimen@e.mail.de> | 2023-07-19 20:09:14 +0200 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-07-19 20:09:14 +0200 |
commit | c4893e9641b57386a9999da4dba5f5d36186d9d5 (patch) | |
tree | 83fb93a4577fc84aea5e98b36ee151c3c32fa7ea /apps/theming | |
parent | 9352869f520d657318ab1acedb016433f923ad5a (diff) | |
download | nextcloud-server-c4893e9641b57386a9999da4dba5f5d36186d9d5.tar.gz nextcloud-server-c4893e9641b57386a9999da4dba5f5d36186d9d5.zip |
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/lib/Themes/DefaultTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php index 417478d8716..bae914c3c9c 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, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';", + '--font-face' => "system-ui, -apple-system, 'Segoe UI', Roboto, '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)" |