fix: settlement archetype badge text color (dark instead of gold)

darken(@color-paper, 40%) was producing the same gold as the background.
Use @color-dark (#2a1a0a) directly for legible dark text.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-20 17:33:47 +01:00
parent fd378fb452
commit ec291e9c60
2 changed files with 2 additions and 2 deletions

View File

@@ -1787,7 +1787,7 @@
}
.oathhammer .settlement-archetype-badge {
font-size: calc(0.86rem * 0.85);
color: #cd9d2c;
color: #2a1a0a;
background: rgba(200, 168, 75, 0.15);
border: 1px solid rgba(200, 168, 75, 0.4);
border-radius: 3px;