css: darken DONE color

this brings color contrast within WCAG guidelines
This commit is contained in:
xfnw 2024-04-14 19:44:55 -04:00
parent 88065458b5
commit 40b5f7e424
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ img {
}
.done {
background: #171;
background: #162;
}
.alert, .warning, .fixme, .FIXME {