From: cassowary Date: Mon, 27 Jul 2026 22:31:57 +0000 (-0700) Subject: .git name can be bold on desktop too X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=279e8292902fb6cfbca5d3bcb03596b85cbc8bf6;p=gitweb-theme.git .git name can be bold on desktop too --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 6981fdc..1948016 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -23,9 +23,17 @@ html { } table.projects_list tr td:first-child { + /* "last change" text */ white-space: nowrap; } +table.project_list { + tr td:first-child { + /* ".git" name */ + font-weight: bold; + } +} + table.project_list, table.heads, table.shortlog,