mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-24 01:24:43 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user