diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 2bb620ebc92..4be37bc3000 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -3062,6 +3062,10 @@ blockquote { border-left: 5px solid $gray-400; } +.page-header-headings { + background-color: $body-bg; +} + /* Prevent long strings exceeding page width */ .page-header-headings, .coursename, diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index ae6f748b20b..30085bf24fe 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -26025,6 +26025,10 @@ blockquote { border-left: 5px solid #ced4da; } +.page-header-headings { + background-color: #fff; +} + /* Prevent long strings exceeding page width */ .page-header-headings:not(.text-truncate), .coursename:not(.text-truncate), diff --git a/theme/boost/templates/maintenance.mustache b/theme/boost/templates/maintenance.mustache index 7cd0596cd9c..d3dc36eec2e 100644 --- a/theme/boost/templates/maintenance.mustache +++ b/theme/boost/templates/maintenance.mustache @@ -51,7 +51,7 @@