X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/207cc34711039329b41345f716bf421a88a6fd0a..547a64fbd65de293c290f4e18bbeae958d54aaa7:/cgit.css diff --git a/cgit.css b/cgit.css index 3f37165..0cb894a 100644 --- a/cgit.css +++ b/cgit.css @@ -162,6 +162,11 @@ table.list td a { color: black; } +table.list td a.ls-dir { + font-weight: bold; + color: #00f; +} + table.list td a:hover { color: #00f; } @@ -627,6 +632,11 @@ table.ssdiff td.add_dark { min-width: 50%; } +table.ssdiff span.add { + background: #cfc; + font-weight: bold; +} + table.ssdiff td.del { color: black; background: #fcc; @@ -639,6 +649,11 @@ table.ssdiff td.del_dark { min-width: 50%; } +table.ssdiff span.del { + background: #fcc; + font-weight: bold; +} + table.ssdiff td.changed { color: black; background: #ffc;