Apply Domine and Figtree typography

This commit is contained in:
2026-03-14 13:29:26 +01:00
parent 839241ea62
commit 1e9407bd3e
6 changed files with 50 additions and 13 deletions

View File

@@ -187,7 +187,7 @@ else
@foreach (var attackTable in referenceData.AttackTables)
{
<div class="table-list-item">
<strong>@attackTable.Label</strong>
<span class="table-list-title">@attackTable.Label</span>
<span class="muted">Attack table key: <code>@attackTable.Key</code></span>
</div>
}