Skip to content

Commit bf94acf

Browse files
[#18661] Always include custom login image in theming
Signed-off-by: Marius David Wieschollek <git.public@mdns.eu>
1 parent 86bccde commit bf94acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/theming/css/theming.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
@mixin faded-background-image {
15-
@if ($color-primary == #0082C9) {
15+
@if ($color-primary == #0082C9) or ($has-custom-background == true) {
1616
background-image: $image-login-background, linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
1717

1818
@if($has-custom-background == true) {

0 commit comments

Comments
 (0)