From 640be3bc5b7e3988475e741ad56d1953284a2dcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 21 Sep 2023 00:31:55 +0200 Subject: [PATCH] styling for tags --- themes/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default.css b/themes/default.css index eb4e303..0bb82b6 100644 --- a/themes/default.css +++ b/themes/default.css @@ -307,6 +307,7 @@ li.task.unsure:before { content: '? ' ; color: #880; font-weight: bold; pa } +ul.macro.tag { padding: 0; } .macro.tag li.tag { display: inline-block; color: #FFF; -- 2.39.2