1
0
Fork 0
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:
Magnus Walbeck 2021-11-12 15:16:26 +01:00
parent 16d15109cb
commit ce85b8d53a
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -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;
}
```