make td.link text bigger
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:05:05 +0000 (15:05 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:05:05 +0000 (15:05 -0700)
static/gitweb-site.css

index a1ffc22..5ecd43c 100644 (file)
@@ -36,6 +36,10 @@ div.page_body {
   flex: 1 0 auto;
 }
 
+td.link {
+  font-size: 100%;
+}
+
 @media screen and (max-width: 720px) {
   body {
     box-sizing: border-box;