Fix checkbox and submit button colours

This commit is contained in:
Arya Kiran 2022-10-25 10:08:02 +05:30
parent 811da16d76
commit 0692e64aab
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 5 additions and 0 deletions

View File

@ -75,8 +75,13 @@ input[type=submit] {
background:#51afef;
border:0 none;
-webkit-border-radius:10px;
color: #282c34;
border-radius:10px;
}
input[type=checkbox] {
color: #282c34
background-color: #bbc2cf
}
ul[userlist] {
list-style:none;
}