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;