MDL-83064 core_theme: Fix Max Section message accessibility

* Fix constrast ratio of Max section message
This commit is contained in:
Laurent David
2024-09-16 05:22:56 +02:00
parent 09e56f2d1a
commit abb0b013a5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */