From d3fc0d2d09e5f8775bcf94396922c90daa4f1fac Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Tue, 21 Jul 2026 18:59:26 -0500 Subject: [PATCH] Slightly reduce line-item title size --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 62b0fe7..b321223 100644 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@ border-radius: 50%; flex-shrink: 0; } - .link-item .name { flex: 1; font-weight: 500; } + .link-item .name { flex: 1; font-weight: 500; font-size: 0.85rem; } .link-item .sub { font-size: 0.75rem; color: var(--muted); @@ -144,6 +144,7 @@ font-family: inherit; } .copy-item:hover { background: var(--surface2); } + .copy-item .name { font-size: 0.85rem; } .copy-item .copy-icon { color: var(--muted); font-size: 0.7rem;