mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
add github stats
This commit is contained in:
parent
1e9cea0bdb
commit
62beee7ff8
5 changed files with 331 additions and 221 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue