mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:53:49 +08:00
feat(website): add Built-in category tag for stdlib entries
Stdlib entries now show a "Built-in" tag alongside their regular category tag. The tag is clickable and filters to all 17 stdlib entries. Added to data-cats attribute so existing filter logic works. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -347,6 +347,12 @@ th[data-sort].sort-asc::after {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tag-source {
|
||||
background: var(--bg-input);
|
||||
color: var(--text-muted);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* === Arrow Column === */
|
||||
.col-arrow {
|
||||
width: 2.5rem;
|
||||
|
||||
Reference in New Issue
Block a user