Skip to content

Commit

Permalink
fix: contrast-ratio deaccessioned background
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Dec 4, 2023
1 parent e910803 commit aaeb023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
margin-top: 4px;
margin-bottom: .5em;
padding: 4px;
background-color: $dv-danger-box-color;
background-color: color.adjust($dv-danger-box-color, $lightness: 6%);
}

0 comments on commit aaeb023

Please sign in to comment.