From 2bbd22b2c88d79c71ce2b41857409ea0162c20cc Mon Sep 17 00:00:00 2001 From: arnaudpoffe Date: Thu, 11 Apr 2024 10:29:39 +0200 Subject: [PATCH] fix(): headline item page --- public/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index e0d203c..02914eb 100644 --- a/public/styles.css +++ b/public/styles.css @@ -111,7 +111,8 @@ html body .headline{ padding: .6rem; } -html body .item-list__header .headline{ +html body .item-list__header .headline, +.item-page__header .headline{ color: white; }