Add github stars count to header (#2195)

Co-authored-by: Elie Habib <elie.habib@gmail.com>
This commit is contained in:
Hani Mounla
2026-03-24 16:42:22 +04:00
committed by GitHub
parent db1211e2c9
commit 77f4e8f995
2 changed files with 24 additions and 0 deletions

View File

@@ -772,6 +772,12 @@ canvas,
color: var(--text);
}
.github-stars {
font-size: 11px;
margin-left: 4px;
opacity: 0.7;
}
/* Medium-width desktop: keep header utility actions reachable when OS scaling
reduces the effective viewport width (e.g. 1920px @ 150% = ~1280px CSS). */
@media (max-width: 1360px) {