]> git.plutz.net Git - shellwiki/commitdiff
css: task unsure
authorPaul Hänsch <paul@plutz.net>
Tue, 29 Aug 2023 22:26:15 +0000 (00:26 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 29 Aug 2023 22:26:15 +0000 (00:26 +0200)
themes/default.css

index 0bd8c2a410486578b172aed0818958200c86bff9..ee0d5a686453c6b346509bab02da105c37920902 100644 (file)
@@ -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; }