X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/a986a00f7a9bfc0c0c562e660a9110cfe75f01ae733f7cd9b6c92bd3d0d72c7a..c39d459fa4114fe3f7d861b3e7a441084a1cccaa41d79168de75e96987370c99:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 2c402bf..6ca83f0 100644 --- a/gitweb.css +++ b/gitweb.css @@ -334,11 +334,13 @@ div.diff.extended_header { padding: 2px 0px 2px 0px; } +div.diff a.list, div.diff a.path, div.diff a.hash { text-decoration: none; } +div.diff a.list:hover, div.diff a.path:hover, div.diff a.hash:hover { text-decoration: underline; @@ -362,14 +364,25 @@ div.diff.rem { color: #cc0000; } +div.diff.chunk_header a, div.diff.chunk_header { color: #990099; +} +div.diff.chunk_header { border: dotted #ffe0ff; border-width: 1px 0px 0px 0px; margin-top: 2px; } +div.diff.chunk_header span.chunk_info { + background-color: #ffeeff; +} + +div.diff.chunk_header span.section { + color: #aa22aa; +} + div.diff.incomplete { color: #cccccc; }