feat: related posts + show tags
This commit is contained in:
parent
9111405c3f
commit
510e07da4f
19 changed files with 215 additions and 79 deletions
|
@ -141,6 +141,14 @@ p.music {
|
|||
}
|
||||
}
|
||||
|
||||
p.posts {
|
||||
color: var(--posts);
|
||||
|
||||
& svg {
|
||||
stroke: var(--posts);
|
||||
}
|
||||
}
|
||||
|
||||
p.tattoo {
|
||||
color: var(--tattoo);
|
||||
|
||||
|
|
Reference in a new issue