From dfcb2f56df33abc57e04b0807368fe372a018f94 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sat, 12 Apr 2025 16:39:42 +0100 Subject: [PATCH] lazygit --- workflowy-helper/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workflowy-helper/style.css b/workflowy-helper/style.css index cdd36d0..1bb89cd 100644 --- a/workflowy-helper/style.css +++ b/workflowy-helper/style.css @@ -365,6 +365,10 @@ body::-webkit-scrollbar { color: var(--yellow) !important; } +.tagged-holiday > .name > .content > .innerContentContainer { + color: var(--orange) !important; +} + .tagged-plan > .name > .content > .innerContentContainer { color: var(--green) !important; }