]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6345 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Oct 2023 11:42:50 +0000 (13:42 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Oct 2023 11:42:50 +0000 (13:42 +0200)
app/Elearning/QuizCompiler.php

index 93290a60f2b454dd66fc6b6941e9230b3982f40c..ae7f7fe1510956eac6dc1b7e43a3160843272b02 100644 (file)
@@ -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;