mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-13 11:18:30 +01:00
otp.html - Changed Input Boxes to have a dark background and white text
This commit is contained in:
parent
ef9f548d99
commit
6c92c84cc6
1 changed files with 15 additions and 0 deletions
15
otp.html
15
otp.html
|
@ -21,6 +21,21 @@
|
|||
background-color: #1b1c1e;
|
||||
}
|
||||
|
||||
.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…
Add table
Reference in a new issue