diff --git a/components/actors/tile.vue b/components/actors/tile.vue
index 3b9833f..7e545ef 100644
--- a/components/actors/tile.vue
+++ b/components/actors/tile.vue
@@ -42,8 +42,8 @@
{{ actor.ageAtDeath }}
+ class="age age-death"
+ >{{ actor.ageAtDeath }}
{{ actor.ageFromBirth }}
+
actorStash.id ===
font-weight: normal;
}
+.age-death {
+ color: var(--grey-light-20);
+}
+
.country {
display: flex;
align-items: center;