From c90f82ef4fdd12d19bcfef2fb11a6c9a68a2beaa Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Mon, 14 Nov 2022 15:34:27 +0800 Subject: [PATCH] Fix .noscript-warning --- source/css/noscript.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/noscript.styl b/source/css/noscript.styl index 3ed8214..a1f18bf 100644 --- a/source/css/noscript.styl +++ b/source/css/noscript.styl @@ -30,7 +30,7 @@ body { margin-top: 2rem; } .sidebar-panel { display: block; } .noscript-warning { - background-color: lighten($red, 20%); + background-color: #f55; color: white; font-family: sans-serif; font-size: 1rem; @@ -40,5 +40,5 @@ body { margin-top: 2rem; } text-align: center; top: 0; width: 100%; - z-index: $zindex-5; + z-index: 50; }