diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index c8f125a..e5f58b5 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -429,12 +429,12 @@ body::-webkit-scrollbar { } -.linked-xTASK.tagged-NEXT > .name > .content > .innerContentContainer::before { +.linked-xTASK.tagged-READY > .name > .content > .innerContentContainer::before { /* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(160deg) brightness(90%) contrast(100%); */ color: var(--blue); } -.linked-xTASK.tagged-NEXT > .name .innerContentContainer, -.linked-xTASK.tagged-NEXT > .notes .innerContentContainer { +.linked-xTASK.tagged-READY > .name .innerContentContainer, +.linked-xTASK.tagged-READY > .notes .innerContentContainer { color: var(--blue); } .linked-xTASK.tagged-WEEKLY > .name > .content > .innerContentContainer::before, @@ -853,3 +853,7 @@ body::-webkit-scrollbar { color: var(--grey); margin-right: 4px; } + +i { + color: var(--base01) !important; +}