From 1a9cdd90fe0ba606045bb1998bc54ff3164f5a31 Mon Sep 17 00:00:00 2001 From: kianenigma Date: Thu, 29 Aug 2024 12:13:27 +0100 Subject: [PATCH] make it work in light theme too --- src/styles/scss/_home.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/scss/_home.scss b/src/styles/scss/_home.scss index 7951a236c..dd0129b90 100644 --- a/src/styles/scss/_home.scss +++ b/src/styles/scss/_home.scss @@ -257,7 +257,6 @@ .underline-effect { position: relative; display: inline-block; - color: white; /* Base text color */ } .underline-effect::after {