From e147ad9741a39a92e7be5ddd4012a45aa5aa3633 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Mon, 26 May 2025 09:50:41 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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);