- commit
- 4a93974f52683114dd6c4db3bad0b7adace7c771
- parent
- 31c0f006516d494dd91b10bc0486e4f9be2ca623
- Author
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date
- 2019-12-29 18:02
style.css: highlight anchor ids, useful for linking highlighting lines in a diff
Diffstat
| M | style.css | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
@@ -17,6 +17,10 @@ img {
17 17 border: 0;
18 18 }
19 19
-1 20 a:target {
-1 21 background-color: #ccc;
-1 22 }
-1 23
20 24 a.d,
21 25 a.h,
22 26 a.i,