register.html - Changed Input Boxes to have a dark background and white text

This commit is contained in:
Matthew Patrick 2021-09-26 17:08:24 +07:00
parent b40dce6e0c
commit 8f145cafc2

View file

@ -23,6 +23,26 @@
background-color: #1b1c1e;
}
.input-group-text {
background-color: #212226;
color: white;
}
.form-control {
background-color: #212226;
color: white;
}
.form-control:valid {
background-color: #212226;
color: white;
}
.form-control:invalid {
background-color: #2f0001;
color: white;
}
.nav-color {
background-color: #212226;
}