From b3466b8425f9c51548b9ab3b3209b23a717feac2 Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 13 Oct 2024 18:40:43 +0200 Subject: [PATCH] -S --- src/App.css | 11 +++++++++++ src/components/TopBar.js | 3 +++ 2 files changed, 14 insertions(+) diff --git a/src/App.css b/src/App.css index 3844986..d7efd13 100644 --- a/src/App.css +++ b/src/App.css @@ -30,6 +30,17 @@ text-shadow: black; } +.StatusButt { + font-size: medium; + user-select: none; +} + +.StatusButt:hover { + transform:scale(1.1); + animation: LogoHoverAnime 0.1s ease-in-out; + text-shadow: black; +} + .Logos { width: 60px; height: 60px; diff --git a/src/components/TopBar.js b/src/components/TopBar.js index e797a71..e70b1b5 100644 --- a/src/components/TopBar.js +++ b/src/components/TopBar.js @@ -18,6 +18,9 @@ const TopBar = () => { +
+ Status Page +