From c482ab648dce89fd42b6110728e8b05df4073732 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 21 Sep 2023 00:30:20 +0200 Subject: [PATCH] styling for tags --- themes/default.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/default.css b/themes/default.css index d58d973..eb4e303 100644 --- a/themes/default.css +++ b/themes/default.css @@ -307,6 +307,17 @@ li.task.unsure:before { content: '? ' ; color: #880; font-weight: bold; pa } +.macro.tag li.tag { + display: inline-block; + color: #FFF; + background-color: #333; + font-size: .875em; + padding: 0 .5em; + margin: .25em .25em 0 0; + border-radius: .375em; +} + + .macro.changes td .date { display: block; font-size: .75em; -- 2.39.2