mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix loader colours for better visibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
def8af3e7e
commit
80543684c3
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ $image-logo: url('../img/logo.svg?v=1') !default;
|
|||
$image-login-background: url('../img/background.png?v=2') !default;
|
||||
|
||||
$color-loading-light: #ccc !default;
|
||||
$color-loading-dark: #777 !default;
|
||||
$color-loading-dark: #444 !default;
|
||||
|
||||
$color-box-shadow: rgba(nc-darken($color-main-background, 70%), 0.5) !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue