From 1fac0b9bc4c76158950f9b66d82ff58c2dbfb4ad Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 3 Aug 2017 11:53:48 +0200 Subject: [PATCH] make todo text bold --- www/todo/todo.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/todo/todo.less b/www/todo/todo.less index d70069412..ba8f593ee 100644 --- a/www/todo/todo.less +++ b/www/todo/todo.less @@ -90,6 +90,7 @@ body { flex: 1; word-wrap: break-word; min-width: 0; + font-weight: bold; } .cp-task-date { margin: @spacing;