mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-13 18:31:36 -05:00
Use individual <a> for each tag/category/etc in post metadata
Fixes #85
This commit is contained in:
@@ -506,6 +506,14 @@ footer p {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
:is(
|
||||
.page-metadata-section:is(.categories, .tags, .series),
|
||||
.page-metadata-item.authors
|
||||
) > a:not(:last-child):after {
|
||||
color: var(--text-0);
|
||||
content: ",";
|
||||
}
|
||||
|
||||
.post-media {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user