Make textbox same colour as other text

This commit is contained in:
Arya Kiran 2022-09-06 19:29:50 +05:30
parent 0b7edad12c
commit daa50c24ed
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 9 additions and 0 deletions

View File

@ -120,3 +120,12 @@ ul[userlist] li[online]::before {
ul[userlist] li[online$=true]::before {
color:#98be65;
}
textarea {
background-color: #282c34;
color: #bbc2cf;
}
input {
background-color: #282c34;
color: #bbc2cf;
}