/* Put this CSS into Raw initial SCSS */ /* Adjust the visual appearance elements. ---------------------------------------------------------------------------*/ /* Extend course width to full browser width. (Thanks, Chris Kenniburg.) */ $course-content-maxwidth: 100% !default; /* Set the primary colors here instead of in General Settings. These settings control many of the appearance items. */ $primary: #900 !default; $body-color: black !default; /* Add a background image from my website. */ body { background-image: url(https: //rjerz.com/images/moodle_background_01.jpg); } /* Note: To view Boost's global settings, look at ../themes/boost/scss/preset/default.scss */