-
Functional Test
-
Minor
-
None
-
Moodle 3.7
-
None
- For this test go to the settings page for the classic theme (Site administration > Appearance > Themes > Classic)
- After making a change make sure to go to another page such as home to see the changes take affect.
- Verify changing the branding colour changes many things like link text colours.
- Verify adding the following SCSS (in the Raw SCSS section in the Advanced settings tab) changes the colours of the site.
body {
background-color: $brand-primary;
}