mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 00:06:23 +01:00
register.html - Changed Input Boxes to have a dark background and white text
This commit is contained in:
parent
b40dce6e0c
commit
8f145cafc2
1 changed files with 20 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue