Add topic colors — each wiki topic gets distinct color badge (blue, teal, purple, orange, green)

This commit is contained in:
Kato
2026-09-05 15:49:34 +00:00
parent 5824868497
commit 274a79d3d4
2 changed files with 43 additions and 222 deletions
+2 -2
View File
@@ -1097,14 +1097,14 @@ body[data-lang="en"] .hide-de { display: none !important; }
.wiki-topic-badge {
display: inline-block;
padding: 4px 10px;
background: #e7f3ff;
color: #1877f2;
font-size: 12px;
font-weight: 600;
border-radius: 6px;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
border-left: 4px solid transparent;
transition: all 0.2s ease;
}
.wiki-subtopic-headline {