summaryrefslogtreecommitdiff
path: root/assets/main.scss
diff options
context:
space:
mode:
authoruvok cheetah2025-01-03 20:30:16 +0100
committeruvok cheetah2025-01-03 20:30:16 +0100
commit22779aeb657b374024ffe2ba1236f9716cb61922 (patch)
treeb846234f0222717b9900bb8d8eb7715c034d756b /assets/main.scss
parentc7a2bde284ad54bceb03955821009f08bc015138 (diff)
Repair and cache-bust CSS
properly put nav over news
Diffstat (limited to 'assets/main.scss')
-rw-r--r--assets/main.scss6
1 files changed, 5 insertions, 1 deletions
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;
+}