From b634cfd86042f303dae68c2805810c7a0f9614c5 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 9 Dec 2015 09:43:20 +0000 Subject: Simplify diff markup Remove for inserted/deleted lines and use the for coloring. --- style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index d7de757..2823efb 100644 --- a/style.css +++ b/style.css @@ -50,18 +50,14 @@ pre .h { color: darkcyan; } -pre .i { +pre a.i { color: green; } -pre .d { +pre a.d { color: red; } -pre span a { - color: inherit; -} - -pre span a:hover { +pre a.i:hover, pre a.d:hover { text-decoration: none; } -- cgit v1.2.3