From 90a9b43e043010957a7baf5bbad5a8c085164dce Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Thu, 26 Oct 2023 15:32:19 +0200 Subject: [PATCH] Central: Enlarge and unhide text for a11y --- .../wp-content/themes/wordcamp-central-2012/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public_html/wp-content/themes/wordcamp-central-2012/style.css b/public_html/wp-content/themes/wordcamp-central-2012/style.css index a2f5590fcd..eaea120a80 100644 --- a/public_html/wp-content/themes/wordcamp-central-2012/style.css +++ b/public_html/wp-content/themes/wordcamp-central-2012/style.css @@ -1916,6 +1916,14 @@ li:after { content: "."; display: block; height: 0; clear: both; visibility: hid /* !03c. Contact Form Styles */ /* ------------------------------------- */ +#content .grunion-field-label span, +#content .contact-form label span { + /* Small, semi-opaque text is not accessible. */ + font-size: 100%; + opacity: 1; + color: #373737; +} + #content div.wpcf7-response-output { float: left; margin: 0;