diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index 038bab4..3f33c3a 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -466,6 +466,14 @@ body::-webkit-scrollbar { /* margin-right: 4px; */ } +.timed-tomorrow > .name > .content::after { + content: "☂︎"; + color: var(--violet); + margin-left: 6px; + /* margin-right: 4px; */ +} + + .notes .time-today > .content-wrapper { background-color: var(--white) !important; color: var(--black);