From 7e953bff23bac200e03cf7bc5d52a804ca2c0530 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 11 Jan 2021 17:34:49 +0100 Subject: [PATCH] [CSS] +fix page header and title color --- www/plugins/skel_lhc/habillage/skel_lhc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index cef05199..350257ee 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -96,6 +96,10 @@ float: right; } +.page-header .page-title { + color: #16212c; +} + a:link, a:visited, h3, -- 2.20.1