From edec03d22571f0ccb4e6a09d607dfb9e30f12995 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 May 2025 15:48:07 +0200 Subject: [PATCH] git repository Signed-off-by: ale --- src/App.css | 9 +++++---- src/App.js | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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 ( <> -

📻 Stream Radio

+

📻 Stream Radio

{analyzerData && }

Current Listeners: {currentListeners} - Peak: {maxListeners}

{bounce}