]> source.dussan.org Git - nextcloud-server.git/commitdiff
address review
authorSimon L <szaimen@e.mail.de>
Wed, 19 Jul 2023 18:09:14 +0000 (20:09 +0200)
committerSimon L <szaimen@e.mail.de>
Wed, 19 Jul 2023 18:09:14 +0000 (20:09 +0200)
Signed-off-by: Simon L <szaimen@e.mail.de>
apps/theming/lib/Themes/DefaultTheme.php
core/css/guest.scss

index 417478d871630cda7bd7c2a536763795cdd4e65c..bae914c3c9ca2ee5da510af2f855dc4488846fbc 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, '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)"
index 30b2355bf07c02450eb434734ed924abbe4709fd..e845e448a4fa19ce42acd9c0df092d56ed38873e 100644 (file)
@@ -24,7 +24,7 @@ body {
        /* bring the default font size up to 14px */
        font-size: .875em;
        line-height: 1.6em;
-       font-family: 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-family: 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";
        color: var(--color-text);
        text-align: center;
        /* As guest, there is no color-background-plain */
@@ -214,7 +214,7 @@ form #datadirField legend {
 
 
 input, textarea, select, button, div[contenteditable=true] {
-       font-family: 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-family: 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";
 }
 input,
 input:not([type='range']),