logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: a6d352974a049ae35b0796eaf9bb9976a2140860
parent c99169db3dd78762b9819b830bdfece9a13e800c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 10 Oct 2020 07:51:03 +0200

style.css: highlight targeted line number

Diffstat:

Mstyle.css4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -145,3 +145,7 @@ span.d, pre a.d { color: var(--dark-ansi01); } + +li.line:target { + color: var(--dark-ansi03); +}