mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
badge api
This commit is contained in:
parent
11ef9ce07e
commit
f193f1e86c
4 changed files with 51 additions and 3 deletions
|
@ -770,3 +770,19 @@ br {
|
|||
#review-person:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#badges {
|
||||
display: flex;
|
||||
padding: 3px;
|
||||
background-color: var(--surface0);
|
||||
border: 2px solid var(--surface1);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 3px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#badges > img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue