X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/e496c7a23678d22fa31ffb1dfdd080984c79b7999c017c74519ee7fab20e2f83..bba687206550fdc47c68becf70143c7e4661165904e10fb139a9046465659152:/gitweb.css diff --git a/gitweb.css b/gitweb.css index c0025c6..35ad02b 100644 --- a/gitweb.css +++ b/gitweb.css @@ -117,11 +117,14 @@ div.list_head { a.list { text-decoration: none; - font-weight: bold; color: #000000; } -table.tags a.list { +a.subject { + font-weight: bold; +} + +table.tags a.subject { font-weight: normal; } @@ -226,6 +229,10 @@ table.diff_tree span.file_status.mode_chnge { color: #777777; } +table.diff_tree span.file_status.copied { + color: #70a070; +} + /* age2: 60*60*24*2 <= age */ table.project_list td.age2, table.blame td.age2 { font-style: italic;