From 4f145570111ac115bc7abb4004e5df4c7aa2d4be Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Fri, 21 Apr 2023 11:51:52 +0300 Subject: [PATCH] Fix zindex for backgrounds --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 19f0eda50..22532129c 100644 --- a/public/style.css +++ b/public/style.css @@ -169,12 +169,12 @@ code { #bg1 { background-image: url(backgrounds/tavern1.jpg); - z-index: 0; + z-index: -2; } #bg_custom { background-image: none; - z-index: 1; + z-index: -1; } /*TOPPER margin*/