css: highlight targeted tag-box
This commit is contained in:
parent
3b1d9f0805
commit
6c79caeb19
1 changed files with 4 additions and 0 deletions
|
@ -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: "#";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue