/* ======================================= Raw initial SCSS. Continue exploring better ways to make these changes. ======================================= */ /* Note: To view Boost's global settings, look at ../themes/boost/scss/preset/default.scss */ /* ---------------------------------------------------- Visual Appearance of 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: //edu-gen.com/images/moodle_background_01.jpg); } /* Remove the left-side Course Index button */ .drawer-toggles .drawer-left-toggle .btn { display: none; }