freechat/freechat-client/sass/join-modal.scss
shockrah 051e5e73e3 Modularized modal styling's
* Also fixed white on white text that I missed in join-form's text field
2021-01-28 12:40:31 -08:00

17 lines
211 B
SCSS

@import 'general';
.join-style {
color: $text;
background: $top-grey;
}
.join-form-label {
color: $text;
}
// override 'general's whitesmoke color fo thie dialog
.form-text {
color: black;
}