{ loading ?
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index f8419ee..e3ec78d 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -4,7 +4,7 @@ const NavBar = () => {
return
- Beat Saber Overlay
+ BeatSaber Overlay
diff --git a/styles/overlay.module.css b/styles/overlay.module.css
index 2a04428..681483b 100644
--- a/styles/overlay.module.css
+++ b/styles/overlay.module.css
@@ -1,6 +1,6 @@
.main {
font-family: 'Roboto', sans-serif !important;
- color: white !important;
+ color: white;
font-size: xx-large;
line-height: 1.4em !important;
}
diff --git a/styles/playerStats.module.css b/styles/playerStats.module.css
index 2dd470e..b51ee50 100644
--- a/styles/playerStats.module.css
+++ b/styles/playerStats.module.css
@@ -1,7 +1,7 @@
.playerStatsContainer {
display: flex;
- margin-left: -5px;
- margin-top: -5px;
+ margin-left: 5px;
+ margin-top: 5px;
}
.playerStatsContainer p {