Fix colour contrast issues

This commit is contained in:
Otto Richter 2024-04-30 01:46:09 +02:00
parent 74ac5b802d
commit 03c1c88b5b
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;
}