|
@ -232,23 +232,36 @@ body::-webkit-scrollbar { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.linked-xHABIT > .name > .content > .innerContentContainer::before { |
|
|
/* .linked-xHABIT > .name > .content > .innerContentContainer::before { */ |
|
|
content: "↻"; |
|
|
/* content: "↻"; */ |
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(330deg) brightness(100%) contrast(100%); */ |
|
|
/* /1* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(330deg) brightness(100%) contrast(100%); *1/ */ |
|
|
color: var(--orange); |
|
|
/* color: var(--orange); */ |
|
|
} |
|
|
/* } */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.linked-xHABIT > .name .innerContentContainer, |
|
|
/* .linked-xHABIT > .name .innerContentContainer, */ |
|
|
.linked-xHABIT > .notes .innerContentContainer { |
|
|
/* .linked-xHABIT > .notes .innerContentContainer { */ |
|
|
color: var(--orange); |
|
|
/* color: var(--orange); */ |
|
|
} |
|
|
/* } */ |
|
|
|
|
|
|
|
|
.linked-xTASK > .name > .content > .innerContentContainer::before { |
|
|
.linked-xTASK > .name > .content > .innerContentContainer::before { |
|
|
/* content: "✔️"; */ |
|
|
/* content: "✔️"; */ |
|
|
content: "✓"; |
|
|
content: "✓"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.linked-xTASK.tagged-HABIT > .name > .content > .innerContentContainer::before { |
|
|
|
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(160deg) brightness(90%) contrast(100%); */ |
|
|
|
|
|
color: var(--orange); |
|
|
|
|
|
} |
|
|
|
|
|
.linked-xTASK.tagged-HABIT > .name .innerContentContainer, |
|
|
|
|
|
.linked-xTASK.tagged-HABIT > .notes .innerContentContainer { |
|
|
|
|
|
color: var(--orange); |
|
|
|
|
|
} |
|
|
|
|
|
.linked-xTASK.tagged-HABIT > .name > .content > .innerContentContainer::before { |
|
|
|
|
|
content: "↻"; |
|
|
|
|
|
color: var(--orange); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.linked-xTASK.tagged-NEXT > .name > .content > .innerContentContainer::before { |
|
|
.linked-xTASK.tagged-NEXT > .name > .content > .innerContentContainer::before { |
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(160deg) brightness(90%) contrast(100%); */ |
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(160deg) brightness(90%) contrast(100%); */ |
|
|
color: var(--blue); |
|
|
color: var(--blue); |
|
|