From 618fac2523f7f458505f4e235e075e8728478810 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 22 Jan 2026 11:05:58 +0000 Subject: [PATCH] - Fixed darkmode text gray to black --- Household/Household.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Household/Household.css b/Household/Household.css index e5b14b39d4..ee21ecb9e5 100644 --- a/Household/Household.css +++ b/Household/Household.css @@ -744,6 +744,7 @@ div[class^='household'] > h3 { font-family: "IM Fell Double Pica SC", serif; font-size: 15px; margin-top: 7px; + color: black; } .household-equipment .household-societalclass label, @@ -791,7 +792,6 @@ div[class^='household'] > h3 { .household-ttt { grid-area: ttt; - } .household-ttt > .household-ttt-value { @@ -803,6 +803,7 @@ div[class^='household'] > h3 { .household-ttt-value label { text-align: center; + color: black !important; } .household-experiences { grid-area: experiences;