Mark tags as [tag].
This commit is contained in:
parent
df7f65fa00
commit
a313597dcf
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue