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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user