From 26bd2a3af9bf58f0c3e614e47d60784e5bff20a7 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 7 Dec 2020 22:18:05 -0800 Subject: [PATCH] better css for the navbar and addinga a better navbar --- freechat-client/pages/index.html | 30 ++++++++++++++++++------------ freechat-client/sass/style.scss | 10 +++++++++- 2 files changed, 27 insertions(+), 13 deletions(-) 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; +}