diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-29 15:18:51 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-29 16:04:11 +0200 |
commit | badbab81eacd3f4a8242fe23feb5319ee4247027 (patch) | |
tree | 1bac2bd1358a331c64bc920328ab574dddbd171a /core/css/variables.scss | |
parent | 8c917cbfe0aa33e37d7cff278690b07bf40e1b62 (diff) | |
download | nextcloud-server-badbab81eacd3f4a8242fe23feb5319ee4247027.tar.gz nextcloud-server-badbab81eacd3f4a8242fe23feb5319ee4247027.zip |
Update background image to the one used on the website
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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); |