style.css: highlight anchor ids, useful for linking highlighting lines in a diff - stagit - static git page generator
 (HTM) git clone git://git.codemadness.org/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4a93974f52683114dd6c4db3bad0b7adace7c771
 (DIR) parent 31c0f006516d494dd91b10bc0486e4f9be2ca623
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 29 Dec 2019 19:02:04 +0100
       
       style.css: highlight anchor ids, useful for linking highlighting lines in a diff
       
       Diffstat:
         M style.css                           |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       @@ -17,6 +17,10 @@ img {
                border: 0;
        }
        
       +a:target {
       +        background-color: #ccc;
       +}
       +
        a.d,
        a.h,
        a.i,