Skip to content

Commit

Permalink
Merge pull request #163 from nextmcloud/nmc-2609/change-background-im…
Browse files Browse the repository at this point in the history
…age-on-error-page

Change background image for error page view
  • Loading branch information
tsdicloud authored Oct 20, 2023
2 parents 17aeb22 + c9ee7e9 commit 3fcb8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/layouts/status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
scrollbar-color: var(--telekom-color-primary-pressed) var(--telekom-color-text-and-icon-primary-standard);

// this is the dedicated background image for login
background-image: url('../img/telekom/tectopview23.jpg');
background-image: url('../img/telekom/consent.svg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -43,6 +43,6 @@
#body-status {
background-image: linear-gradient(rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)),
url('../img/telekom/tectopview23.jpg');
url('../img/telekom/consent.svg');
}
}

0 comments on commit 3fcb8ed

Please sign in to comment.