From: Paul Hänsch Date: Wed, 20 Sep 2023 22:30:20 +0000 (+0200) Subject: styling for tags X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;ds=sidebyside;h=c482ab648dce89fd42b6110728e8b05df4073732;p=shellwiki styling for tags --- 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;