add github stats

This commit is contained in:
zyqunix 2025-06-23 16:50:49 +02:00
parent 1e9cea0bdb
commit 62beee7ff8
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
5 changed files with 331 additions and 221 deletions

View file

@ -733,3 +733,28 @@ br {
.twitter-contact > img {
color: var(--white);
}
#github-full {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.gitnamepfp {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
}
#github-full a {
text-decoration: none;
font-weight: 400 !important;
color: var(--text) !important;
}
#github-full a:hover {
text-decoration: underline;
color: var(--white) !important;
}