From 99c4ddf7db703a805b267f9136becde2a064b28e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 30 Aug 2023 00:26:15 +0200 Subject: [PATCH] css: task unsure --- themes/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default.css b/themes/default.css index 0bd8c2a..ee0d5a6 100644 --- a/themes/default.css +++ b/themes/default.css @@ -120,6 +120,7 @@ li.task.pending:before { content: '\274f '; color: #222; } li.task.partial:before { content: '\25d4 '; color: #880; } li.task.negative:before { content: '\2718 '; color: #800; } li.task.done:before { content: '\2714 '; color: #080; } +li.task.unsure:before { content: '? ' ; color: #880; font-weight: bold; padding-left: 2pt; } /* Alternative Check Symbols, all from "geometric shapes" block */ /* -li.task.pending:before { content: '\25a1 '; color: #222; } -- 2.39.2