From e248de53a222dfbc6109003ef27a71bd31a7dad8 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 23 Feb 2025 17:16:54 +0100 Subject: [PATCH] Adjusted age at death styling in actor tile. --- components/actors/tile.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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;