Last active
November 13, 2018 17:14
-
-
Save splorp/323e77001be733610cdcca10830f882a to your computer and use it in GitHub Desktop.
Canada Post Form Field Font Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ============================================================================ */ | |
/* 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