From 663842d8d0788911a2604c2b01a295295599d1d2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 17 Jun 2020 20:45:49 +0200 Subject: [PATCH] =?UTF-8?q?Supp=20redondance=20=20g=C3=A9n=C3=A9ration=20t?= =?UTF-8?q?heme.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 6c0c7bd6..19dbc5ec 100755 --- a/core/core.php +++ b/core/core.php @@ -1424,7 +1424,7 @@ class core extends common { $css .= 'a{color:' . $colors['normal'] . '}'; $css .= 'a:hover{color:' . $colors['darken'] . '}'; $css .= 'body,.row > div{font-size:' . $this->getData(['theme', 'text', 'fontSize']) . '}'; - $css .= 'body,.block h4{color:' . $this->getData(['theme', 'text', 'textColor']) . '}'; + $css .= 'body{color:' . $this->getData(['theme', 'text', 'textColor']) . '}'; $css .= 'select,input[type=\'password\'],input[type=\'email\'],input[type=\'text\'],.inputFile,select,textarea{color:' . $this->getData(['theme', 'text', 'textColor']) .';background-color:'.$this->getData(['theme', 'site', 'backgroundColor']).';}'; // spécifiques au module de blog $css .= '.blogDate {color:' . $this->getData(['theme', 'text', 'textColor']) . ';}.blogPicture img{border:1px solid ' . $this->getData(['theme', 'text', 'textColor']) . '; box-shadow: 1px 1px 5px ' . $this->getData(['theme', 'text', 'textColor']) . ';}';