diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-11-26 10:55:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 10:55:20 +0100 |
commit | fe6dc8082c8f370cd1136bb0a0494b902ffbbea0 (patch) | |
tree | 7149df5d8ba57fd764761c34683cae49e3f9d901 /core/css/css-variables.scss | |
parent | dfe85ae0c2c542178657a0a610ecea9f7cd1cea6 (diff) | |
parent | 6d883f3641b769bda17d7267bdde42027f051e7d (diff) | |
download | nextcloud-server-fe6dc8082c8f370cd1136bb0a0494b902ffbbea0.tar.gz nextcloud-server-fe6dc8082c8f370cd1136bb0a0494b902ffbbea0.zip |
add var for theming images , advanced options (#16815)
add var for theming images , advanced options
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r-- | core/css/css-variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index e369874dec7..23c01988676 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -27,6 +27,8 @@ --image-logo: $image-logo; --image-login-background: $image-login-background; + --image-logoheader: $image-logoheader; + --image-favicon: $image-favicon; --color-loading-light: $color-loading-light; --color-loading-dark: $color-loading-dark; |