From 5ebed871a16e9318c9062cfc6a84ef71bc942848 Mon Sep 17 00:00:00 2001 From: arnaudpoffe Date: Thu, 11 Apr 2024 10:32:25 +0200 Subject: [PATCH] fix(): add html body to css line headline --- public/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles.css b/public/styles.css index 216229b..fb6856d 100644 --- a/public/styles.css +++ b/public/styles.css @@ -112,8 +112,8 @@ html body .headline{ } html body .item-list__header .headline, -.item-page__header .headline, -.quadrant-section__header .headline{ +html body .item-page__header .headline, +html body .quadrant-section__header .headline{ color: white; }