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 /core/css | |
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 'core/css')
-rw-r--r-- | core/css/guest.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.scss b/core/css/guest.scss index 30b2355bf07..e845e448a4f 100644 --- a/core/css/guest.scss +++ b/core/css/guest.scss @@ -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']), |