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 +