From 5125012c203eba7ab4558eb9a09b4d97a953ecbd 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 Co-Authored-By: Harsh Gajipara <60835353+harshgajipara@users.noreply.github.com> --- .../wp-content/themes/wordcamp-central-2012/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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..ff7ea14fa1 100644 --- a/public_html/wp-content/themes/wordcamp-central-2012/style.css +++ b/public_html/wp-content/themes/wordcamp-central-2012/style.css @@ -488,7 +488,7 @@ li:after { content: "."; display: block; height: 0; clear: both; visibility: hid border: 1px #c6c6c6 solid; background: #f5f5f5; - font-size: 14px; + font-size: 16px; box-shadow: none; -webkit-box-shadow: none; @@ -1916,6 +1916,15 @@ 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, +#content .contact-form label { + /* Small, semi-opaque text is not accessible. */ + font-size: 100%; + opacity: 1; + color: #373737; +} + #content div.wpcf7-response-output { float: left; margin: 0;