From 22779aeb657b374024ffe2ba1236f9716cb61922 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 3 Jan 2025 20:30:16 +0100 Subject: Repair and cache-bust CSS properly put nav over news --- _config.yml | 2 +- assets/main.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 80f282c..98e68aa 100644 --- a/_config.yml +++ b/_config.yml @@ -71,4 +71,4 @@ autopages: collections: enabled: false -cssversion: "2023120301" +cssversion: "2024010301" diff --git a/assets/main.scss b/assets/main.scss index ff45870..4ff4a71 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -53,7 +53,6 @@ a:visited { background: #eeeeee; margin-bottom: 1em; position: relative; - z-index: -1; } .banner-close-button { @@ -67,3 +66,8 @@ hr.postsep { margin: auto; margin-bottom: 1em; } + +/* site nav above news items */ +.site-nav { + z-index: 10; +} -- cgit v1.2.3