mirror of
https://github.com/nextcloud/server.git
synced 2026-05-13 17:10:43 -04:00
Fix logo path in non-themed instance
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
f7ef71bef5
commit
8a247d52de
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ $color-text-maxcontrast: nc-lighten($color-main-text, 46.2%) !default;
|
|||
$color-text-light: nc-lighten($color-main-text, 15%) !default;
|
||||
$color-text-lighter: nc-lighten($color-main-text, 30%) !default;
|
||||
|
||||
$image-logo: url('../img/logo.svg?v=1') !default;
|
||||
$image-logo: url('../img/logo/logo.svg?v=1') !default;
|
||||
$image-login-background: url('../img/background.png?v=2') !default;
|
||||
|
||||
$color-loading-light: #ccc !default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue