Browse Source

lazygit

main
Gregory Leeman 3 weeks ago
parent
commit
765a81368c
  1. 8
      workflowy-helper/style.css

8
workflowy-helper/style.css

@ -368,6 +368,14 @@ body::-webkit-scrollbar {
text-decoration-thickness: 2px !important;
}
.tagged-underway > .name > .content,
.tagged-underway > .notes > .content,
.tagged-underway > .name time > span {
text-decoration: underline !important;
text-decoration-thickness: 2px !important;
text-decoration-color: var(--blue) !important;
}
.tagged-done > .name > .content,
.tagged-done > .name time > span {
text-decoration-color: var(--green) !important;

Loading…
Cancel
Save