diff options
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r-- | core/css/variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss index 47c8e1a27f8..5b7783a888a 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -15,8 +15,8 @@ $color-success: #46ba61; } $image-logo: '../img/logo-icon.svg?v=1'; -$image-login-background: '../img/background.jpg?v=1'; +$image-login-background: '../img/background.png?v=2'; $color-loading: #969696; $color-loading-dark: #bbbbbb; -$color-box-shadow: rgba(nc-lighten($color-main-text, 20%), 0.75);
\ No newline at end of file +$color-box-shadow: rgba(nc-lighten($color-main-text, 20%), 0.75); |