mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 02:11:42 +08:00
fix(css): remove unused tag-subcat styles
The .tag-subcat class was removed from the HTML templates but its CSS rules remained. Remove the orphaned base styles and clean up the mobile media query that also referenced the class. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0c26d352f0
commit
f6cea0599a
@ -779,12 +779,6 @@ th[data-sort].sort-asc::after {
|
||||
color: var(--hero-ink);
|
||||
}
|
||||
|
||||
.tag-subcat {
|
||||
background: var(--bg-paper-strong);
|
||||
color: var(--ink-soft);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.back-to-top {
|
||||
border: 0;
|
||||
background: none;
|
||||
@ -997,8 +991,7 @@ th[data-sort].sort-asc::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tag-group,
|
||||
.tag-subcat {
|
||||
.tag-group {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user