mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
fix(css): increase expand meta/also-see font size to --text-sm
--text-xs was too small for secondary metadata rows; bump to --text-sm for better readability. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -769,7 +769,7 @@ th[data-sort].sort-asc::after {
|
||||
.expand-also-see,
|
||||
.expand-meta {
|
||||
margin-top: 0.45rem;
|
||||
font-size: var(--text-xs);
|
||||
font-size: var(--text-sm);
|
||||
color: var(--ink-muted);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user