Skip to content

Commit

Permalink
MDL-83064 core_theme: Fix Max Section message accessibility
Browse files Browse the repository at this point in the history
* Fix constrast ratio of Max section message
  • Loading branch information
laurentdavid committed Sep 12, 2024
1 parent 3477082 commit 2a509d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/boost/scss/moodle/course.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,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 */
Expand Down
2 changes: 1 addition & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -29152,7 +29152,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 */
Expand Down
2 changes: 1 addition & 1 deletion theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -29152,7 +29152,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 */
Expand Down

0 comments on commit 2a509d7

Please sign in to comment.