diff --git a/src/App.css b/src/App.css index e9c5638..126c9b9 100644 --- a/src/App.css +++ b/src/App.css @@ -37,12 +37,13 @@ h4:hover { animation-play-state: paused; } -.bounce a, -.bounce a:visited, -.bounce a:active, -.bounce a:hover { +a, +a:visited, +a:active, +a:hover { color: #419de6; text-decoration: none; + cursor: pointer; } @keyframes marquee { diff --git a/src/App.js b/src/App.js index 5e19794..b71a010 100644 --- a/src/App.js +++ b/src/App.js @@ -104,7 +104,7 @@ const App = () => { }, [currentVolume]) return ( <> -