From 94a7e37466f73b9e2dc01d6608aeb49f0ac9e6b5 Mon Sep 17 00:00:00 2001 From: Evan <38150833+beigebeats@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:32:57 -0800 Subject: nothing burger change --- styles.css | 4 ---- styles.scss | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/styles.css b/styles.css index f7cfcb2..c755b81 100644 --- a/styles.css +++ b/styles.css @@ -51,10 +51,6 @@ color: #353535; -webkit-text-stroke: 0px #353535; } -.landing-page .menu-container .menu-wrapper li a .touch-action { - color: #353535; - -webkit-text-stroke: 0px #353535; -} .landing-page .menu-container .menu-wrapper li span { position: absolute; top: 50%; diff --git a/styles.scss b/styles.scss index 5b48d1a..3aea8fe 100644 --- a/styles.scss +++ b/styles.scss @@ -69,8 +69,7 @@ $sans-serif-font: 'Helvetica'; -webkit-text-stroke: 0px $primary-color; } } - - + span { position: absolute; top: 50%; -- cgit v1.2.3