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; }