diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 3f33c3a..6ee4672 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -453,20 +453,20 @@ body::-webkit-scrollbar { color: var(--grey) !important; } -.name .time-today > .content-wrapper { +.linked .name .time-today > .content-wrapper { color: var(--yellow) !important; } -.timed-today > .name > .content::after, -.tagged-DAILY > .name > .content::after, -.tagged-HABIT > .name > .content::after { +.linked.timed-today > .name > .content::after, +.linked.tagged-DAILY > .name > .content::after, +.linked.tagged-HABIT > .name > .content::after { content: "★"; color: var(--yellow); margin-left: 6px; /* margin-right: 4px; */ } -.timed-tomorrow > .name > .content::after { +.linked.timed-tomorrow > .name > .content::after { content: "☂︎"; color: var(--violet); margin-left: 6px; @@ -474,17 +474,12 @@ body::-webkit-scrollbar { } -.notes .time-today > .content-wrapper { - background-color: var(--white) !important; - color: var(--black); -} - -.name .time-tomorrow > .content-wrapper { +.linked .name .time-tomorrow > .content-wrapper { color: var(--violet) !important; } -.name .time-late > .content-wrapper, -.name .time-yesterday > .content-wrapper { +.linked .name .time-late > .content-wrapper, +.linked .name .time-yesterday > .content-wrapper { color: var(--red) !important; } @@ -492,12 +487,6 @@ body::-webkit-scrollbar { display: none !important; } -.project.collapsed > .name, -.project.open > .name, -.root > .name { - /* color: var(--white) !important; */ -} - .tagged-done > .name > .content, .tagged-done > .notes > .content, .tagged-done > .name time > span,