diff --git a/.DS_Store b/.DS_Store index a3a916b..94bd6c1 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index e5f58b5..d0f3758 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -547,6 +547,11 @@ body::-webkit-scrollbar { border-color: var(--red) !important; } +.linked:not(.tagged-done):not(.tagged-missed):not(.tagged-na) > .name .time-future:not(.time-tomorrow) > .content-wrapper { + color: var(--highlight) !important; + border-color: var(--highlight) !important; +} + .matching-node { display: none !important; }