1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

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;
}