Skip to content

Commit 5166f6e

Browse files
Make GitHub links in tables more obviously clickable with underline
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent e085d45 commit 5166f6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169

170170
td { color: var(--text-secondary); }
171171
td strong { color: var(--text-primary); }
172+
td a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
173+
td a:hover { color: var(--accent-hover); }
172174
tr:last-child td { border-bottom: none; }
173175
tr:hover td { background: var(--bg-secondary); }
174176

0 commit comments

Comments
 (0)