Skip to content

Commit 8a5ac26

Browse files
authored
Merge pull request #12484 from nextcloud/loader-color-fixes
Fix loader colours for better visibility
2 parents 0e5e285 + 8054368 commit 8a5ac26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $image-logo: url('../img/logo.svg?v=1') !default;
6565
$image-login-background: url('../img/background.png?v=2') !default;
6666

6767
$color-loading-light: #ccc !default;
68-
$color-loading-dark: #777 !default;
68+
$color-loading-dark: #444 !default;
6969

7070
$color-box-shadow: rgba(nc-darken($color-main-background, 70%), 0.5) !default;
7171

0 commit comments

Comments
 (0)