Fix noBackdrop pages

This commit is contained in:
MrTimscampi 2020-02-29 20:14:21 +01:00
parent 94cdd38de1
commit 57bc5e5ee4
5 changed files with 46 additions and 36 deletions

View file

@ -201,6 +201,10 @@ html {
}
.detailSticky {
background: rgba(32, 32, 32, 0.8);
}
.noBackdrop .detailSticky {
background: #202020;
}