From 7992e213ccc60eefbeb3b877765c78f7a7be99e3 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 29 Jun 2025 23:04:16 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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; +}