The SCSS for the site-background is done in theme Boost.
Using the Moodle-API inheritance will kick in and not only the function _ theme_boost_union_child_get_extrascss will be executed but ALSO _ theme_boost_get_extrascss
Maybe it should be pointed out, that the site background does not work in inheritance mode
Hi, first of all a big thanks for the theme Boost Union. Providing child-theme is furthermore a really great service!
I've had one issue with it regarding the background image:
I propose the following solution: in lib.php/theme_boost_union_child_get_extra_scss change line 112 to
set mode to duplicate
Similar in line 74: change it to
The site background will work now.
Why?
Maybe it should be pointed out, that the site background does not work in inheritance mode