From abe50d6d1caed80219b5a0dba587152c2ab27841 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 19:22:01 +0100 Subject: [PATCH] Fix: css --- src/components/Header.jsx | 8 ++++---- src/css/index.css | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 53aef12..c1f82f6 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -63,8 +63,8 @@ const Header = () => { {!location.pathname.includes("login") && ( - - @@ -72,8 +72,8 @@ const Header = () => { )} {!location.pathname.includes("register") && ( - - diff --git a/src/css/index.css b/src/css/index.css index 08e7534..2247b1a 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -114,6 +114,16 @@ footer { color: var(--muted); } +button span { + text-decoration: none !important; + color: inherit !important; +} + +.login-register-btn span { + text-decoration: none !important; + color: inherit !important; +} + .modal-body { background-color: transparent; }