Skip to content

Commit

Permalink
7299: Accessibility Issue - Too low contrast on rule result values
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
Suchita Chaturvedi committed Jun 20, 2021
1 parent 8bc1247 commit 6723a70
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,10 @@
.rule_score {
border: 0.1em solid darkgrey;
float: left;
color: #F0F0F0;
color: #171616;
text-align: center;
width: 5em;
min-width: 5em;
text-shadow: -0.1em 0 grey, 0 0.1em grey, 0.1em 0 grey, 0 -0.1em grey;
min-width: 5em;
}

.progress_score {
Expand Down Expand Up @@ -147,7 +146,7 @@
}

.rule_bar.warning {
background-color: #D40D12;
background-color: #f2383d;
}

.rule_bar.info {
Expand Down

0 comments on commit 6723a70

Please sign in to comment.