X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/32ef75f7743dabed70d82292e1c96158bb90b054f0539cbf32ddb84da7d7c335..66fe7ed5534cc4b940e6be66873ead8edb247df6b55b4ba8f1a25cf61f17c308:/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; }