Engine: make achievement title less bright gold (#7370)
This commit is contained in:
parent
1bbe240f82
commit
4f232c7265
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void achievements_dialog::pre_show(window& win)
|
|||
}
|
||||
item["label"] = name;
|
||||
} else {
|
||||
item["label"] = "<span color='gold'>"+ach.name_completed_+"</span>";
|
||||
item["label"] = "<span color='khaki'>"+ach.name_completed_+"</span>";
|
||||
}
|
||||
row.emplace("name", item);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue