Skip to content

Commit 6ba8197

Browse files
Hide broken stars/forks count from header repo badge
MkDocs Material's client-side GitHub API fetch returns 0/0 despite the repo having 446 stars and 70 forks. Hide the misleading stats. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d936a8d commit 6ba8197

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/stylesheets/clawbio.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
--md-shadow-z3: none;
4343
}
4444

45+
/* Hide broken stars/forks count (GitHub API client-side fetch unreliable) */
46+
.md-source__fact {
47+
display: none;
48+
}
49+
4550
/* --- Header --- */
4651

4752
[data-md-color-scheme="clawbio"] .md-header {

0 commit comments

Comments
 (0)