Merge pull request #12484 from nextcloud/loader-color-fixes
Fix loader colours for better visibility
This commit is contained in:
commit
8a5ac26ca6
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