mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-07 03:31:57 +00:00
Make background image workaround rule in README important
(cherry picked from commit a60ee81e43
)
This commit is contained in:
parent
16d15109cb
commit
ce85b8d53a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ You can use the custom styling functionality and add the following CSS rule
|
|||
|
||||
```
|
||||
body#body-login {
|
||||
background-image: url('../../../index.php/apps/theming/image/background'), url('../../../core/img/background.png');
|
||||
background-image: url('../../../index.php/apps/theming/image/background'), url('../../../core/img/background.png') !important;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue