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;