From 8ce0cd282107a7a7e7319f807b120b2ec3591382 Mon Sep 17 00:00:00 2001 From: Jens Mohrmann Date: Sun, 16 Feb 2025 22:01:51 +0100 Subject: [PATCH] blur --- css/themes/jmde.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/themes/jmde.css b/css/themes/jmde.css index 4469b5a..ed42e66 100644 --- a/css/themes/jmde.css +++ b/css/themes/jmde.css @@ -21,13 +21,14 @@ main { /* background: #314159; */ position:fixed; filter: blur(5px); + width: 100%; + height: 100%; z-index: -10; } #bg{ background: #314159; position:fixed; - width: 100%; - height: 100%; + z-index: -100; } \ No newline at end of file