stagit

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

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 9c033c1 parent: d2bc27e
1 files changed, 4 insertions(+), 0 deletions(-)
Mstyle.css+4-0
M · style.css +4, -0
 1@@ -17,6 +17,10 @@ img {
 2 	border: 0;
 3 }
 4 
 5+a:target {
 6+	background-color: #ccc;
 7+}
 8+
 9 a.d,
10 a.h,
11 a.i,