Skip to content

Commit d9b0d72

Browse files
committed
Increase contrast for .status_prompt style
needed to reach WCAG-enough contrast over white background
1 parent fe37edd commit d9b0d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gap-analysis/gapanalysis.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ h5 { margin-top: 1rem !important; border-block-end:1px solid #ccc !important; wi
1111

1212
.status_prompt {
1313
font-style: italic;
14-
color: #aaa;
14+
color: #777;
1515
font-size: 90%;
1616
margin-bottom: 4em;
1717
}
@@ -71,4 +71,4 @@ h5 { margin-top: 1rem !important; border-block-end:1px solid #ccc !important; wi
7171
margin-block-start: 0;
7272
float: right;
7373
font-size: 90%;
74-
}
74+
}

0 commit comments

Comments
 (0)