From a313597dcf24e4b0ee142a9e259ce2fea29d6ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 18 Oct 2022 01:17:11 +0200 Subject: [PATCH] Mark tags as [tag]. --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8e79272..243ea98 100644 --- a/static/style.css +++ b/static/style.css @@ -171,7 +171,12 @@ h1.title .tags .tag { margin-left: 2px; border-radius: 5px; } - +h1.title .tags .tag:before { + content: '['; +} +h1.title .tags .tag:after { + content: ']'; +} /* Lists */ li .tag { font-weight: bold;