Mark tags as [tag].

This commit is contained in:
Sergio Martínez Portela 2022-10-18 01:17:11 +02:00
parent df7f65fa00
commit a313597dcf

View File

@ -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;