Less contrasty checkbox border
This commit is contained in:
@ -4,7 +4,7 @@ input[type="checkbox"] {
|
|||||||
position: relative;
|
position: relative;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
transition: var(--transition);
|
transition: var(--transition);
|
||||||
border: 0.15rem solid var(--fg-muted-3);
|
border: 0.15rem solid var(--fg-muted-2);
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
Reference in New Issue
Block a user