X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/7cf3180175bceea9dfbb8082c40a28dbeeb234c05e82e2e26ce62453c38705bb..777b3213d1ddbb6ffe9da9389e8e95f7221141315164b47b1d5aca536ba1f2d4:/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; }