From: Hiltjo Posthuma Date: Sun, 29 Dec 2019 18:02:04 +0000 (+0100) Subject: style.css: highlight anchor ids, useful for linking highlighting lines in a diff X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=4a93974f52683114dd6c4db3bad0b7adace7c771 style.css: highlight anchor ids, useful for linking highlighting lines in a diff --- diff --git a/style.css b/style.css index d8f9fff..d1cd6d3 100644 --- a/style.css +++ b/style.css @@ -17,6 +17,10 @@ img { border: 0; } +a:target { + background-color: #ccc; +} + a.d, a.h, a.i,