mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-26 06:43:10 +00:00
Solved multiple MIG bugs
This commit is contained in:
@@ -274,6 +274,13 @@ input:checked {
|
||||
border-color: var(--color-01-70);
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
appearance: auto;
|
||||
-webkit-appearance: auto;
|
||||
-moz-appearance: auto;
|
||||
background: none;
|
||||
}
|
||||
|
||||
option {
|
||||
background-color: var(--color-01-82);
|
||||
color: var(--color-01-07);
|
||||
|
||||
Reference in New Issue
Block a user