Implement tags #4

Merged
reynir merged 3 commits from yocaml2-tags into main 2024-10-16 09:45:47 +00:00
Showing only changes of commit 6c79caeb19 - Show all commits

View file

@ -197,6 +197,10 @@ article code {
color: #fff;
}
.tag-box:target > h3 > span {
color: #c2410c;
}
.tag-box > h3 > span::before {
content: "#";
}