fixed task color accents
This commit is contained in:
@@ -528,7 +528,7 @@ img
|
||||
|
||||
.checkbox-container:after
|
||||
{
|
||||
background-color: var(--background-secondary-alt);
|
||||
background-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
.mod-cta
|
||||
@@ -556,14 +556,14 @@ img
|
||||
}
|
||||
|
||||
input.task-list-item-checkbox {
|
||||
border: 1px solid var(--dark3);
|
||||
border: 1px solid var(--faded-blue);
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input.task-list-item-checkbox:checked
|
||||
{
|
||||
background-color: var(--dark3);
|
||||
background-color: var(--faded-blue);
|
||||
box-shadow: inset 0 0 0 2px var(--background-primary);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user