diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index 4a0fb393633..32572f3ba7e 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -1268,7 +1268,7 @@ $divider-hover-color: $primary !default; border-top: $divider-width dashed $border-color; font-size: $font-size-sm; font-weight: normal; - color: $gray-500; + color: $gray-600; } /* Single section page specific styles */ diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 9458d6cb0aa..8d878030808 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -29172,7 +29172,7 @@ span.editinstructions .alert-link { border-top: 2px dashed #dee2e6; font-size: 0.8203125rem; font-weight: normal; - color: #8f959e; + color: #6a737b; } /* Single section page specific styles */ diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 94888dd91cf..1bb906d92b9 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -29172,7 +29172,7 @@ span.editinstructions .alert-link { border-top: 2px dashed #dee2e6; font-size: 0.8203125rem; font-weight: normal; - color: #8f959e; + color: #6a737b; } /* Single section page specific styles */