Browse Source

lazygit

main
Gregory Leeman 1 week ago
parent
commit
7992e213cc
  1. 10
      workflowy-helper/style.css

10
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;
}

Loading…
Cancel
Save