css: generalize anchor :target highlighting.

Generalize :target css so that it works on other things besides forum
posts (e.g. wiki pages, /post_versions#post-version-123).
This commit is contained in:
evazion
2019-09-28 14:16:45 -05:00
parent 6ef1a1c0b8
commit f7d7ed4b23
3 changed files with 8 additions and 6 deletions

View File

@@ -12,10 +12,6 @@ div.list-of-forum-posts {
font-weight: bold;
}
&:target {
background-color: var(--forum-post-highlight-background-color);
}
.vote-score-up {
color: var(--forum-vote-up-color);
}