|
|
|
@ -1670,7 +1670,7 @@ class core extends common {
|
|
|
|
|
// Site
|
|
|
|
|
$colors = helper::colorVariants($this->getData(['theme', 'text', 'linkColor']));
|
|
|
|
|
$css .= 'a{color:' . $colors['normal'] . '}';
|
|
|
|
|
$css .= 'a:hover:not(.inputFile, button){color:' . $colors['darken'] . '}';
|
|
|
|
|
//$css .= 'a:hover:not(.inputFile, button){color:' . $colors['darken'] . '}';
|
|
|
|
|
$css .= 'body,.row > div{font-size:' . $this->getData(['theme', 'text', 'fontSize']) . '}';
|
|
|
|
|
$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']).';}';
|
|
|
|
|