re-add clan tags, never moved them after the js move
All checks were successful
Code quality checks / biome (push) Successful in 13s

This commit is contained in:
creations 2025-04-26 17:28:31 -04:00
parent bafdfb47f9
commit 94046881dd
Signed by: creations
GPG key ID: 8F553AA4320FC711
3 changed files with 81 additions and 38 deletions

View file

@ -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 {