From: Vincent Vanwaelscappel Date: Wed, 4 Oct 2023 11:42:50 +0000 (+0200) Subject: wip #6345 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a7fd5c5f118440a9f0ce476fbf09d2aea3cb6626;p=fluidbook-toolbox.git wip #6345 @0:10 --- diff --git a/app/Elearning/QuizCompiler.php b/app/Elearning/QuizCompiler.php index 93290a60f..ae7f7fe15 100644 --- a/app/Elearning/QuizCompiler.php +++ b/app/Elearning/QuizCompiler.php @@ -139,6 +139,7 @@ class QuizCompiler extends Base // Font $this->sassVariables['font'] = $this->_font($this->theme->font); // Colors + $this->sassVariables['accent-color']=$this->theme->mainColor; $this->sassVariables['neutral-color'] = $this->theme->neutralColor; $this->sassVariables['ok-color'] = $this->theme->okColor; $this->sassVariables['nok-color'] = $this->theme->nokColor;