mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-31 18:56:15 +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;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
font-size: var(--text-xs);
|
font-size: var(--text-sm);
|
||||||
color: var(--footer-text);
|
color: var(--footer-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user