Update input.css

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

View File

@ -89,10 +89,10 @@ input[type=checkbox] {
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-color: white; background-color: #222233;
border: 1px solid #222233;
border-radius: 4px;
background-image: unset; background-image: unset;
border: 1px solid dimgrey;
border-radius: 3px;
width: 13px; width: 13px;
height: 13px; height: 13px;
padding: 0; padding: 0;
@ -101,8 +101,8 @@ input[type=checkbox] {
transition: 0.2s background-color linear; transition: 0.2s background-color linear;
} }
input[type=checkbox]:checked { input[type=checkbox]:checked {
background-color: rgb(110, 132, 163); background-color: rgb(178 158 255);
border-color: rgb(110, 132, 163); border-color: rgb(178 158 255);
} }
input[type=checkbox]:checked::after { input[type=checkbox]:checked::after {
content: ""; content: "";