From afb12ecd67956666da322e26c8f87815dd7e0503 Mon Sep 17 00:00:00 2001 From: Zane V Date: Wed, 8 Apr 2026 11:22:42 +0000 Subject: [PATCH] made nav over water --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 3648000..32fadcb 100644 --- a/style.css +++ b/style.css @@ -102,6 +102,7 @@ ul li::marker { text-align: center; top: 40px; left: 40px; + z-index: 3; } .blinkies { height: 31px; @@ -114,4 +115,8 @@ ul li::marker { justify-content: center; max-width: 800px; flex-wrap: wrap; +} + +#flood { + z-index: 2; } \ No newline at end of file