mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-25 05:33:05 +08:00
fix(css): increase footer font size from text-xs to text-sm
Footer text was too small to read comfortably. Bumping to --text-sm improves legibility without breaking the footer layout. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -930,7 +930,7 @@ th[data-sort].sort-asc::after {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
font-size: var(--text-xs);
|
||||
font-size: var(--text-sm);
|
||||
color: var(--footer-text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user