fixed task color accents

This commit is contained in:
GlitchByte
2021-07-17 23:50:43 -04:00
parent a4884c73ff
commit e171835931

View File

@@ -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);
}