css: highlight targeted tag-box

This commit is contained in:
Reynir Björnsson 2024-10-09 12:08:03 +02:00
parent 3b1d9f0805
commit 6c79caeb19

View file

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