From 415398fc669517bf36bfd65503bf0b52e1419ba1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Jul 2020 21:06:32 +0200 Subject: [PATCH] Better contrast --- htdocs/theme/eldy/theme_vars.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/theme_vars.inc.php b/htdocs/theme/eldy/theme_vars.inc.php index e76f0bcf56c..18f0cbfa135 100644 --- a/htdocs/theme/eldy/theme_vars.inc.php +++ b/htdocs/theme/eldy/theme_vars.inc.php @@ -61,8 +61,8 @@ $colorbacktabcard1 = '255,255,255'; // card $colorbacktabactive = '234,234,234'; $colorbacklineimpair1 = '255,255,255'; // line impair $colorbacklineimpair2 = '255,255,255'; // line impair -$colorbacklinepair1 = '251,251,251'; // line pair -$colorbacklinepair2 = '251,251,251'; // line pair +$colorbacklinepair1 = '250,250,250'; // line pair +$colorbacklinepair2 = '250,250,250'; // line pair $colorbacklinepairhover = '230,237,244'; // line hover $colorbacklinepairchecked = '230,237,244'; // line checked $colorbacklinebreak = '248,247,244'; // line break