From 8337eca5175e24f64a8c405024715b859bdd934a Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:26:36 +0000 Subject: [PATCH] test: burger menu background contrast --- _sass/mixin.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/mixin.scss b/_sass/mixin.scss index e9f9781..0cdc90a 100644 --- a/_sass/mixin.scss +++ b/_sass/mixin.scss @@ -10,7 +10,7 @@ z-index: 10; height: 36px; padding: 8px; - background-color: rgba(240, 240, 240, .6); + ## background-color: rgba(240, 240, 240, .6); @media (max-width: 480px) { top: 15px; @@ -46,4 +46,4 @@ z-index: 1; padding: 72px 0; text-align: center; -} \ No newline at end of file +}