X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/a16a791159a5f7d3c0fd896514c12a575a9e26da9524664b6ffb649a54084a01..acbeae188b718094044fef191404c3ec4bf1fac28783a07b1ed8b9d4c0010753:/gitweb.css diff --git a/gitweb.css b/gitweb.css index b924f57..39cc157 100644 --- a/gitweb.css +++ b/gitweb.css @@ -273,11 +273,21 @@ 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;