Update base.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 14:38:33 -06:00 committed by GitHub
parent 8782e2567c
commit 4ab66d41f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 14 deletions

View File

@ -928,17 +928,3 @@ html {
font-size: 90px;
}
}
/* Change checkboxes */
input[type=checkbox] {
background-color: #222233;
border: 1px solid #222233;
border-radius: 4px;
}
input[type=checkbox]:checked {
background-color: rgb(178 158 255);
border-color: rgb(178 158 255);
}