freechat/freechat-client/sass/style.scss
shockrah e37d51f549 Making the navbar more responsive to screen changes
! 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
2021-01-01 20:04:11 -08:00

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