re-add clan tags, never moved them after the js move
All checks were successful
Code quality checks / biome (push) Successful in 13s
All checks were successful
Code quality checks / biome (push) Successful in 13s
This commit is contained in:
parent
bafdfb47f9
commit
94046881dd
3 changed files with 81 additions and 38 deletions
|
@ -102,7 +102,7 @@ body {
|
|||
}
|
||||
|
||||
.open-source-logo:hover {
|
||||
opacity: 1;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
@ -349,6 +349,8 @@ ul {
|
|||
padding: 0.75rem 1rem;
|
||||
border-radius: 10px;
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.activity:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue