Skip to content

Commit

Permalink
Central: Enlarge and unhide text for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Oct 26, 2023
1 parent f744d65 commit 90a9b43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public_html/wp-content/themes/wordcamp-central-2012/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 90a9b43

Please sign in to comment.