better css for the navbar

and addinga a better navbar
This commit is contained in:
shockrah
2020-12-07 22:18:05 -08:00
parent ed3a185689
commit 26bd2a3af9
2 changed files with 27 additions and 13 deletions

View File

@@ -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;
}