Skip to content

Commit

Permalink
MDL-79288 block_accessreview: Improve heatmap colour contrast.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichPound authored and learningtechnologyservices committed Sep 25, 2024
1 parent 943ee4d commit 809830a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blocks/accessreview/styles.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.block_accessreview_success,
.block_accessreview.block_accessreview_success.hasinfo {
color: #1e451e;
background: #d7e6d7;
border-color: #c8ddc8;
background: #eff5ef;
box-shadow: 0 0 2px 2px #619a61;
}

.block_accessreview_danger,
.block_accessreview.block_accessreview_danger.hasinfo {
color: #6e211e;
background: #f6d9d8;
border-color: #f3c9c8;
background: #eff5ef;
box-shadow: 0 0 2px 2px #da6960;
}

.block_accessreview_warning,
.block_accessreview.block_accessreview_warning.hasinfo {
color: #7d5a29;
background: #fcefdc;
border-color: #fbe8cd;
background: #fdf2e3;
box-shadow: 0 0 2px 2px #c97a0e;
}

.block_accessreview_table {
Expand Down

0 comments on commit 809830a

Please sign in to comment.