X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/2ccb4d626f1a8d6c0e15e0c0253e100178d1fc7de65b383e9e090d2f20978bea..20b7839f0cd45d4c205e8d6934370c8354078153e2b2c86430ae163434edeb61:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 9bcde85..87a26a9 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -438,6 +438,10 @@ div.diff.add { color: #008800; } +div.diff.add span.marked { + background-color: #aaffaa; +} + div.diff.from_file a.path, div.diff.from_file { color: #aa0000; @@ -447,6 +451,10 @@ div.diff.rem { color: #cc0000; } +div.diff.rem span.marked { + background-color: #ffaaaa; +} + div.diff.chunk_header a, div.diff.chunk_header { color: #990099;