diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 425158b..8c45708 100644 --- a/workflowy-helper/style.css +++ b/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;