[9.1.08] modif : taille par défaut

This commit is contained in:
fredtempez 2019-06-03 13:08:48 +02:00
parent 0475d4b876
commit dd7fd35215
2 changed files with 2 additions and 2 deletions

View File

@ -773,7 +773,7 @@ class common {
if($this->getData(['core', 'dataVersion']) < 820) {
$this->setData(['theme', 'body', 'backgroundColor', 'rgba(236, 239, 241, 1)']);
$this->setData(['theme', 'site', 'backgroundColor', 'rgba(255, 255, 255, 1)']);
$this->setData(['theme', 'text', 'fontSize', '14px']);
$this->setData(['theme', 'text', 'fontSize', '13px']);
$this->setData(['theme', 'text', 'textColor', 'rgba(33, 34, 35, 1)']);
$this->setData(['theme', 'menu', 'fontSize', '1em']);
$this->setData(['theme', 'menu', 'textColor', 'rgba(255, 255, 255, 1)']);

View File

@ -493,7 +493,7 @@ class install extends common {
],
'text' => [
'font' => 'Open+Sans',
'fontSize' => '14px',
'fontSize' => '13px',
'textColor' => 'rgba(33, 34, 35, 1)'
],
'title' => [