Skip to content

Instantly share code, notes, and snippets.

@splorp
Last active November 13, 2018 17:14
Show Gist options
  • Save splorp/323e77001be733610cdcca10830f882a to your computer and use it in GitHub Desktop.
Save splorp/323e77001be733610cdcca10830f882a to your computer and use it in GitHub Desktop.
Canada Post Form Field Font Fix
/* ============================================================================ */
/* Custom styles for canadapost.ca */
/* Grant Hutchinson (@splorp) */
/* */
/* Set the font-family for printable form fields so the text doesn’t get */
/* borked when the user (me) has changed the default system font. Also, */
/* change some of the nearly unreradable grey text to black for printing. */
/* ============================================================================ */
input {
font-family: inherit;
}
#customs_forms_wrap,
.customs_forms_content_address {
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment