From 3a151527e1d72aa75d9461ee9918bda3bd08bcb1 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 18 Nov 2018 18:08:20 +0100 Subject: in the diffstat prefix the type of change, allow CSS styling --- style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 6f5129a..8065487 100644 --- a/style.css +++ b/style.css @@ -84,11 +84,13 @@ pre a.h { color: #00a; } +.A, span.i, pre a.i { color: #070; } +.D, span.d, pre a.d { color: #e00; -- cgit v1.2.3