Fix colour contrast issues

(cherry picked from commit 03c1c88b5b)
This commit is contained in:
Otto Richter 2024-04-30 01:46:09 +02:00 committed by GitHub
parent 54f875df46
commit a1496ec0bc
3 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@ textarea:focus,
}
.form .help {
color: var(--color-secondary-dark-5);
color: var(--color-secondary-dark-8);
padding-bottom: 0.6em;
display: inline-block;
}