better css for the navbar
and addinga a better navbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user