git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 4e3ccf4dad15123b615b5f72f3763e2caca421d6 parent af91ead4372e0d49796dea3f41e8a4e4c1a1ab70 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(-)
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,