forked from ZwiiCMS-Team/ZwiiCMS
[9.1.08] modif : taille par défaut
This commit is contained in:
parent
0475d4b876
commit
dd7fd35215
@ -773,7 +773,7 @@ class common {
|
|||||||
if($this->getData(['core', 'dataVersion']) < 820) {
|
if($this->getData(['core', 'dataVersion']) < 820) {
|
||||||
$this->setData(['theme', 'body', 'backgroundColor', 'rgba(236, 239, 241, 1)']);
|
$this->setData(['theme', 'body', 'backgroundColor', 'rgba(236, 239, 241, 1)']);
|
||||||
$this->setData(['theme', 'site', 'backgroundColor', 'rgba(255, 255, 255, 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', 'text', 'textColor', 'rgba(33, 34, 35, 1)']);
|
||||||
$this->setData(['theme', 'menu', 'fontSize', '1em']);
|
$this->setData(['theme', 'menu', 'fontSize', '1em']);
|
||||||
$this->setData(['theme', 'menu', 'textColor', 'rgba(255, 255, 255, 1)']);
|
$this->setData(['theme', 'menu', 'textColor', 'rgba(255, 255, 255, 1)']);
|
||||||
|
@ -493,7 +493,7 @@ class install extends common {
|
|||||||
],
|
],
|
||||||
'text' => [
|
'text' => [
|
||||||
'font' => 'Open+Sans',
|
'font' => 'Open+Sans',
|
||||||
'fontSize' => '14px',
|
'fontSize' => '13px',
|
||||||
'textColor' => 'rgba(33, 34, 35, 1)'
|
'textColor' => 'rgba(33, 34, 35, 1)'
|
||||||
],
|
],
|
||||||
'title' => [
|
'title' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user