add space and background to diff hunk headers
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M static/style.css → static/style.css
@@ -221,6 +221,7 @@ } .diff pre { overflow: scroll; + margin-top: 1ex; } .diff-stat {@@ -264,6 +265,10 @@ } .diff-noop { color: var(--gray); +} + +.diff-hunk-header { + background-color: var(--light); } .ref {