.git name can be bold on desktop too
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:31:57 +0000 (15:31 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:31:57 +0000 (15:31 -0700)
static/gitweb-site.css

index 6981fdc..1948016 100644 (file)
@@ -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,