Update base.css
This commit is contained in:
parent
8782e2567c
commit
4ab66d41f2
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue