X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/4af8d076811f0ac8dd31de9bd11b5456925eaddb9a71fa8bdffbef1bbb227de2..3deddbc1e3cf3d67556499ec289cd5aa95257b62d8e0a05c3c51e52f026cea60:/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; }