Skip to content

Commit

Permalink
Central: Enlarge and unhide text for a11y
Browse files Browse the repository at this point in the history
Co-Authored-By: Harsh Gajipara <60835353+harshgajipara@users.noreply.github.com>
  • Loading branch information
iandunn and harshgajipara committed Oct 26, 2023
1 parent f744d65 commit 5125012
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public_html/wp-content/themes/wordcamp-central-2012/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5125012

Please sign in to comment.