X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/4af8d076811f0ac8dd31de9bd11b5456925eaddb9a71fa8bdffbef1bbb227de2..ec8a6380d0c0aaac5e6e0ac9fdb132f84c1cbdd27a45c716fb4fea9dc9c26c53:/gitweb.css diff --git a/gitweb.css b/gitweb.css index a592d3c..39cc157 100644 --- a/gitweb.css +++ b/gitweb.css @@ -273,10 +273,22 @@ td.mode { font-family: monospace; } +div.diff a.list { + text-decoration: none; +} + +div.diff a.list:hover { + text-decoration: underline; +} + +div.diff.to_file a.list, +div.diff.to_file, div.diff.add { color: #008800; } +div.diff.from_file a.list, +div.diff.from_file, div.diff.rem { color: #cc0000; }