make anchor targets highlighted

https://stackoverflow.com/a/11142257/9406294
This commit is contained in:
owen 2021-06-26 14:05:41 -04:00 committed by GitHub
parent 29b2f75820
commit edeb74801f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -562,3 +562,6 @@ table.sortable th.dir-d::after {
to { opacity: 1; }
}
:target {
background-color: #ffa;
}