diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index b0e5544..038bab4 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -116,8 +116,8 @@ body { --wf-tag-background-yellow: var(--yellow) !important; --wf-tag-text-green: var(--green) !important; --wf-tag-background-green: var(--green) !important; - --wf-tag-text-blue: var(--dark-grey) !important; - --wf-tag-background-blue: var(--dark-grey) !important; + --wf-tag-text-blue: var(--wf-dark-gray-600) !important; + --wf-tag-background-blue: var(--wf-dark-gray-600) !important; --wf-tag-text-purple: var(--violet) !important; --wf-tag-background-purple: var(--violet) !important; --wf-tag-text-teal: var(--cyan) !important; @@ -129,7 +129,13 @@ body { --wf-tag-text: var(--black) !important; --wf-color-bullet: var(--white) !important; - color: var(--grey) !important; + --wf-text-primary: var(--wf-dark-gray-300) !important; + --wf-text-helper: var(--wf-dark-gray-500) !important; + + --wf-background-tertiary: var(--wf-dark-gray-700) !important; + --wf-tag-background: var(--wf-dark-gray-700) !important; + + /* color: var(--grey) !important; */ } @@ -159,10 +165,10 @@ body::-webkit-scrollbar { } .name > .content > .innerContentContainer { - overflow: hidden; - overflow-x: scroll; - white-space: nowrap; - text-overflow: unset; + /* overflow: hidden; */ + /* overflow-x: scroll; */ + /* white-space: nowrap; */ + /* text-overflow: unset; */ } .name > .content > .innerContentContainer::-webkit-scrollbar { display: none; @@ -360,6 +366,15 @@ body::-webkit-scrollbar { color: var(--orange); } +.linked-xTASK.tagged-SCHEDULED > .name > .content > .innerContentContainer::before { + color: var(--red); +} +.linked-xTASK.tagged-SCHEDULED > .name .innerContentContainer, +.linked-xTASK.tagged-SCHEDULED > .notes .innerContentContainer { + color: var(--red); +} + + .linked-xTASK.tagged-NEXT > .name > .content > .innerContentContainer::before { /* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(160deg) brightness(90%) contrast(100%); */ color: var(--blue);