From: Paul Hänsch Date: Tue, 29 Aug 2023 22:26:15 +0000 (+0200) Subject: css: task unsure X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=99c4ddf7db703a805b267f9136becde2a064b28e;p=shellwiki css: task unsure --- 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; }