Skip to content

Commit 5d3de18

Browse files
chhzh123claude
andcommitted
Add subtle underlines to author hyperlinks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 00e9d04 commit 5d3de18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,12 @@
188188
}
189189
.authors a {
190190
color: var(--text-muted);
191-
text-decoration: none;
191+
text-decoration: underline;
192+
text-decoration-color: rgba(100,116,139,0.4);
193+
text-underline-offset: 2px;
192194
white-space: nowrap;
193195
}
194-
.authors a:hover { color: var(--accent); text-decoration: underline; }
196+
.authors a:hover { color: var(--accent); text-decoration-color: var(--accent); }
195197
.authors sup { font-size: 0.65em; color: var(--accent); vertical-align: super; }
196198
.authors-note {
197199
font-size: 0.78rem; color: var(--text-muted);

0 commit comments

Comments
 (0)