Add team leads to area tables.

This commit is contained in:
Lukas Tenbrink
2025-11-10 15:09:41 +01:00
parent 58d9798e4d
commit 34d69a01f7
3 changed files with 34 additions and 17 deletions

View File

@@ -1900,3 +1900,11 @@ p + .classref-constant {
font-size: 1rem !important;
font-weight: bold;
}
span.team-lead:before {
content: "⭐️ ";
}
span.team-lead {
font-weight: bold;
}