X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/635503ec11fb1e92144d9a18670414450769d394454c0d4b56a4b15a6893769b..95ffa50f893aed551b698a71db6cd403019dba0f1c49d2e9699d98e2995a0fea:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index eb96106..54857ef 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -295,6 +295,13 @@ td.current_head { text-decoration: underline; } +td.category { + background-color: #d9d8d1; + border-top: 1px solid #000000; + border-left: 1px solid #000000; + font-weight: bold; +} + table.diff_tree span.file_status.new { color: #008000; }