diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-12-29 19:02:04 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-12-29 19:02:04 +0100 |
commit | 4a93974f52683114dd6c4db3bad0b7adace7c771 (patch) | |
tree | 4754ee1f331e9a367e2c79a77f41651b12741425 | |
parent | 31c0f006516d494dd91b10bc0486e4f9be2ca623 (diff) | |
download | stagit-fork-4a93974f52683114dd6c4db3bad0b7adace7c771.zip |
style.css: highlight anchor ids, useful for linking highlighting lines in a diff
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ img { border: 0; } +a:target { + background-color: #ccc; +} + a.d, a.h, a.i, |