From 52bd9c4c840fb7fe1f6329bc22c6b10c76e49266 Mon Sep 17 00:00:00 2001 From: Emilia Date: Thu, 29 Sep 2022 21:28:10 -0400 Subject: [PATCH] Fix in index of cool-stuff and has high z-index --- src/cool-stuff/index.html | 5 ++++- src/sass/global.sass | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/cool-stuff/index.html b/src/cool-stuff/index.html index 38b5d6f..778752d 100644 --- a/src/cool-stuff/index.html +++ b/src/cool-stuff/index.html @@ -29,9 +29,12 @@ If a page uses/requires JavaScript, its link will be marked with (☕). Static + diff --git a/src/sass/global.sass b/src/sass/global.sass index b2fc8c7..9aeef08 100644 --- a/src/sass/global.sass +++ b/src/sass/global.sass @@ -115,6 +115,8 @@ li @extend p a + position: relative + z-index: 999 text-decoration: none &:link color: $secondary-color