diff --git a/freechat-client/pages/index.html b/freechat-client/pages/index.html
index 5366742..033ff05 100644
--- a/freechat-client/pages/index.html
+++ b/freechat-client/pages/index.html
@@ -1,18 +1,24 @@
-
-
-
-
-
- Freechat
-
+
+
+
+
+
+ Freechat
+
-
-
-
-
-
+
+
+
diff --git a/freechat-client/sass/style.scss b/freechat-client/sass/style.scss
index 444844e..86738cd 100644
--- a/freechat-client/sass/style.scss
+++ b/freechat-client/sass/style.scss
@@ -1,11 +1,12 @@
@import 'general';
-$text-color: whitesmoke;
+$text-color: white;
body {
color: $text-color;
}
+
label {
color: $text-color;
}
@@ -26,3 +27,10 @@ input {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
+
+// Menu bar stuff
+
+.btn-nav-settings {
+ color: whitesmoke;
+ border-color: whitesmoke;
+}