Fix zindex for backgrounds

This commit is contained in:
SillyLossy
2023-04-21 11:51:52 +03:00
parent c70214585a
commit 4f14557011

View File

@@ -169,12 +169,12 @@ code {
#bg1 { #bg1 {
background-image: url(backgrounds/tavern1.jpg); background-image: url(backgrounds/tavern1.jpg);
z-index: 0; z-index: -2;
} }
#bg_custom { #bg_custom {
background-image: none; background-image: none;
z-index: 1; z-index: -1;
} }
/*TOPPER margin*/ /*TOPPER margin*/