Bug 29035: Accessibility: OPAC masthead_search label doesn't have sufficient contrast ratio
This patch changes the colour of the masthead search label to improve accessibility and make it easier to read. To test: 1. Use an accessibility tool (e.g. Chrome's Lighthouse tool) to test the contrast ratio. 2. Confirm that the search label has insufficient contrast. 3. Apply the patch and rebuild the OPAC CSS: yarn build --view opac 4. Use the accessibility tool to confirm the contrast ratio now meets accessibility requirements. 5. Check that the OPAC still looks ok after the changes. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
7a40985908
commit
3b4d41dea8
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ th {
|
|||
padding: 15px;
|
||||
|
||||
label {
|
||||
color: #727272;
|
||||
color: #666666;
|
||||
font-size: 115%;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue