]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix tests 39008/head
authorSimon L <szaimen@e.mail.de>
Fri, 21 Jul 2023 08:39:06 +0000 (10:39 +0200)
committerSimon L <szaimen@e.mail.de>
Fri, 21 Jul 2023 09:25:16 +0000 (11:25 +0200)
Signed-off-by: Simon L <szaimen@e.mail.de>
apps/theming/css/default.css
apps/theming/lib/Themes/DefaultTheme.php

index edcc8f93de2387639b8f0291c6244e45099ab883..71b4cca6ff3d9eca3489799a1d4d61f6bfa26ec5 100644 (file)
@@ -40,7 +40,7 @@
   --color-border: #ededed;
   --color-border-dark: #dbdbdb;
   --color-border-maxcontrast: #949494;
-  --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;
   --animation-quick: 100ms;
   --animation-slow: 300ms;
index 6c3e6d5fbb962a12450c553f2e48216e49b1dec9..75d738f12eec9640176c5ed6254cf29064d745ff 100644 (file)
@@ -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)"