The aesthetics of the style guide are really great overall, but the one concern I have is the frequent use of text-transform: uppercase:
Obviously not all pages are going to look like that, but that particular screenshot does seem rather "shouty".
We should also make sure not to use text-transform: uppercase on text fields; here's a concern from an early email exchange on the Network of Innovators form styling:
For instance, a user could mis-type their name as "JOhn" but not realize that there is a typo until they see the mixed-case version of their name elsewhere on the site.
The aesthetics of the style guide are really great overall, but the one concern I have is the frequent use of
text-transform: uppercase
:Obviously not all pages are going to look like that, but that particular screenshot does seem rather "shouty".
We should also make sure not to use
text-transform: uppercase
on text fields; here's a concern from an early email exchange on the Network of Innovators form styling: