From 5bdbcdd60df0f8a61fe3f1f64af00b2cf478f3ea Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Thu, 24 Apr 2025 15:50:26 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 3126935..90cce71 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -232,23 +232,36 @@ body::-webkit-scrollbar { } -.linked-xHABIT > .name > .content > .innerContentContainer::before { - content: "↻"; - /* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(330deg) brightness(100%) contrast(100%); */ - color: var(--orange); -} +/* .linked-xHABIT > .name > .content > .innerContentContainer::before { */ +/* content: "↻"; */ +/* /1* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(330deg) brightness(100%) contrast(100%); *1/ */ +/* color: var(--orange); */ +/* } */ -.linked-xHABIT > .name .innerContentContainer, -.linked-xHABIT > .notes .innerContentContainer { - color: var(--orange); -} +/* .linked-xHABIT > .name .innerContentContainer, */ +/* .linked-xHABIT > .notes .innerContentContainer { */ +/* color: var(--orange); */ +/* } */ .linked-xTASK > .name > .content > .innerContentContainer::before { /* 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 { /* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(160deg) brightness(90%) contrast(100%); */ color: var(--blue);