make anchor targets highlighted
https://stackoverflow.com/a/11142257/9406294
This commit is contained in:
parent
29b2f75820
commit
edeb74801f
1 changed files with 3 additions and 0 deletions
3
skin.css
3
skin.css
|
@ -562,3 +562,6 @@ table.sortable th.dir-d::after {
|
||||||
to { opacity: 1; }
|
to { opacity: 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:target {
|
||||||
|
background-color: #ffa;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue