
! Bootstrap doesn't behave so dropdowns are borked but they'r theoretically there LMAO at this example config update btw its gonna keep changing so I'm not updating its patch notes from here out until its a proper looking example
38 lines
434 B
SCSS
38 lines
434 B
SCSS
@import 'general';
|
|
|
|
$text-color: white;
|
|
|
|
body {
|
|
color: $text-color;
|
|
}
|
|
|
|
|
|
label {
|
|
color: $text-color;
|
|
}
|
|
|
|
h1 {
|
|
color: $text-color;
|
|
display: block;
|
|
}
|
|
.center {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
::placeholder {
|
|
color: $back-grey;
|
|
}
|
|
|
|
input {
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
// Menu bar stuff
|
|
|
|
.btn-nav-settings {
|
|
color: whitesmoke;
|
|
border-color: whitesmoke;
|
|
margin-right: 1em;
|
|
}
|