From 10d458afd45c3ad8f5c1f844fa41d997b9cfeaac Mon Sep 17 00:00:00 2001 From: rkuehn-uofl Date: Wed, 7 Aug 2024 13:15:45 -0400 Subject: [PATCH] Testing review (#6845) * Update _forms.scss Update to correct text color contrast does not meet minimum requirements on edit file page #6810 * Update release.yml Updates tags to include accessibility --- .github/release.yml | 3 +++ app/assets/stylesheets/hyrax/_forms.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index ae27e4fe80..af24bcddfb 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -24,6 +24,9 @@ changelog: - title: Tests and CI Process labels: - notes-tests + - title: Accessibility Standards + labels: + - notes-accessibility - title: Other labels: - "*" diff --git a/app/assets/stylesheets/hyrax/_forms.scss b/app/assets/stylesheets/hyrax/_forms.scss index 788f6f4b99..0812bf0bb7 100644 --- a/app/assets/stylesheets/hyrax/_forms.scss +++ b/app/assets/stylesheets/hyrax/_forms.scss @@ -1,6 +1,6 @@ legend small { margin-left: 0.5em; - color: #999999; + color: #595959; font-size: 15px; }