style.css: highlight anchor ids, useful for linking highlighting lines in a diff

This commit is contained in:
Hiltjo Posthuma 2019-12-29 19:02:04 +01:00
parent 31c0f00651
commit 4a93974f52

View file

@ -17,6 +17,10 @@ img {
border: 0;
}
a:target {
background-color: #ccc;
}
a.d,
a.h,
a.i,