[a11y] Increase contrast on some colors for WCAG conformance (#1996)

Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
Richard Schreiber
2021-03-16 12:10:37 +01:00
committed by GitHub
parent 5e34032821
commit 09b2e69178
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
.help-block {
color: $text-muted;
}
td > .form-group {
margin-bottom: 0;
}