logo

stagit

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

style.css: highlight targeted line number

Diffstat:

Mstyle.css7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css @@ -144,4 +144,8 @@ pre a.i { span.d, pre a.d { color: var(--dark-ansi01); -} -\ No newline at end of file +} + +li.line:target { + color: var(--dark-ansi03); +}