Skip to content

Commit

Permalink
SAK-44507 Low color contrast for exception text (sakaiproject#8724)
Browse files Browse the repository at this point in the history
SAK-44507 Low color contrast for exception text
  • Loading branch information
MRutea authored Oct 22, 2020
1 parent 69a030b commit f5b0f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ input[type="checkbox"] {
display: block; // account for any element using help-block
margin-top: 5px;
margin-bottom: 10px;
color: lighten($text-color, 25%); // lighten the text some for contrast
color: lighten($text-color, 12%); // lighten the text some for contrast
}


Expand Down

0 comments on commit f5b0f18

Please sign in to comment.