From 1389a65b59a6a93ebdd4279c19a336b3cbe4c707 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 22 Jun 2025 13:24:22 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index dd0f260..f68f2ce 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -390,15 +390,15 @@ body::-webkit-scrollbar { border-bottom: 1px solid var(--cyan); } -.linked-xPROJECT.tagged-SOMEDAY > .name > .content > .innerContentContainer::before { +.linked-xPROJECT.tagged-MAYBE > .name > .content > .innerContentContainer::before { /* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(210deg) brightness(100%) contrast(100%); */ color: var(--violet); } -.linked-xPROJECT.tagged-SOMEDAY > .name .innerContentContainer, -.linked-xPROJECT.tagged-SOMEDAY > .notes .innerContentContainer { +.linked-xPROJECT.tagged-MAYBE > .name .innerContentContainer, +.linked-xPROJECT.tagged-MAYBE > .notes .innerContentContainer { color: var(--violet); } -.linked-xPROJECT.tagged-SOMEDAY > .name > .content > .innerContentContainer { +.linked-xPROJECT.tagged-MAYBE > .name > .content > .innerContentContainer { border-bottom: 1px solid var(--violet); } @@ -515,6 +515,9 @@ body::-webkit-scrollbar { .tag-REVIEW { color: var(--yellow) !important; } +.tag-TODO { + color: var(--red) !important; +} .monolith-pill .content-wrapper { background: none !important; @@ -715,7 +718,7 @@ body::-webkit-scrollbar { .boardCard .name, .boardCard .notes { - max-width: initial !important; + max-width: 400px !important; /* padding-right: 15px !important; */ }