|
|
@ -166,13 +166,29 @@ body::-webkit-scrollbar { |
|
|
|
content: "⚑"; |
|
|
|
} |
|
|
|
.linked-xPROJECT.tagged-ACTIVE > .name > .content > .innerContentContainer::before { |
|
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(300deg) brightness(100%) contrast(300%); */ |
|
|
|
color: var(--magenta); |
|
|
|
} |
|
|
|
.linked-xPROJECT.tagged-ACTIVE > .name .innerContentContainer, |
|
|
|
.linked-xPROJECT.tagged-ACTIVE > .notes .innerContentContainer { |
|
|
|
color: var(--magenta); |
|
|
|
} |
|
|
|
|
|
|
|
.linked-xPROJECT.tagged-ARCHIVE .name > .content > .innerContentContainer::before { |
|
|
|
color: var(--dark-grey) !important; |
|
|
|
} |
|
|
|
.linked-xPROJECT.tagged-ARCHIVE .name .innerContentContainer, |
|
|
|
.linked-xPROJECT.tagged-ARCHIVE .notes .innerContentContainer { |
|
|
|
color: var(--dark-grey) !important; |
|
|
|
} |
|
|
|
.linked-xPROJECT.tagged-ARCHIVE .name .content { |
|
|
|
text-decoration-color: var(--dark-grey) !important; |
|
|
|
opacity: 1 !important; |
|
|
|
} |
|
|
|
.linked-xPROJECT.tagged-ARCHIVE .name > .bullet { |
|
|
|
color: var(--dark-grey) !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.linked-xPROJECT.tagged-PLANT > .name > .content > .innerContentContainer::before { |
|
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(340deg) brightness(100%) contrast(100%); */ |
|
|
|
color: var(--orange); |
|
|
@ -328,7 +344,7 @@ body::-webkit-scrollbar { |
|
|
|
.tagged-na > .name > .content, |
|
|
|
.tagged-na > .notes > .content, |
|
|
|
.tagged-na > .name time > span { |
|
|
|
/* opacity: 0.5 !important; */ |
|
|
|
opacity: 0.5 !important; |
|
|
|
/* text-decoration: none !important; */ |
|
|
|
text-decoration: line-through !important; |
|
|
|
text-decoration-thickness: 2px !important; |
|
|
@ -380,19 +396,19 @@ body::-webkit-scrollbar { |
|
|
|
.half-open.tagged-a > .name > .bullet, |
|
|
|
.collapsed.tagged-a > .name > .bullet, |
|
|
|
.tagged-a > .name > .bullet { |
|
|
|
color: var(--red) !important; |
|
|
|
color: var(--red); |
|
|
|
} |
|
|
|
|
|
|
|
.half-open.tagged-b > .name > .bullet, |
|
|
|
.collapsed.tagged-b > .name > .bullet, |
|
|
|
.tagged-b > .name > .bullet { |
|
|
|
color: var(--blue) !important; |
|
|
|
color: var(--blue); |
|
|
|
} |
|
|
|
|
|
|
|
.half-open.tagged-c > .name > .bullet, |
|
|
|
.collapsed.tagged-c > .name > .bullet, |
|
|
|
.tagged-c > .name > .bullet { |
|
|
|
color: var(--green) !important; |
|
|
|
color: var(--green); |
|
|
|
} |
|
|
|
|
|
|
|
.half-open.tagged-d > .name > .bullet, |
|
|
@ -401,9 +417,9 @@ body::-webkit-scrollbar { |
|
|
|
color: var(--violet) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.timed-late:not(.tagged-TASK) > .name, |
|
|
|
.timed-late:not(.tagged-TASK) > .notes, |
|
|
|
.timed-late:not(.tagged-TASK) > .children > .project:not(.timed) { |
|
|
|
.timed-late:not(.linked) > .name, |
|
|
|
.timed-late:not(.linked) > .notes, |
|
|
|
.timed-late:not(.linked) > .children > .project:not(.timed) { |
|
|
|
opacity: .5 !important; |
|
|
|
} |
|
|
|
|
|
|
|