Hallo,
kann man in einen Parent-Theme auch die Farb-Variablen in der Theme.php setzen? Natürlich probiert aber er nimmt immer die Werte vom Responsive-theme
.....
protected $extend = 'Responsive';
private $themeFontDefaults = [
'font-base-stack' => 'Arial, Helvetica, "Lucida Grande", sans-serif;',
'font-headline-stack' => '@font-base-stack',
'font-size-base' => 14,
'font-base-weight' => 500,
'font-light-weight' => 300,
'font-bold-weight' => 700,
'font-size-h1' => 26,
'font-size-h2' => 21,
'font-size-h3' => 18,
'font-size-h4' => 16,
'font-size-h5' => '@font-size-base',
'font-size-h6' => 12,
'panel-header-font-size' => 14,
'label-font-size' => 14,
'input-font-size' => 14,
'btn-font-size' => 14,
'btn-icon-size' => 10,
];
....
LG und schönes Wochenende