masonitedoors / MDL

Masonite Design Language components
https://masonitedoors.github.io/MDL
Apache License 2.0
5 stars 4 forks source link

Remove color from base typography #151

Closed tarikhamilton closed 3 years ago

tarikhamilton commented 3 years ago

All the default text/headings should be color night (#000) by default. The current colors are dated.

Thoughts on these changes? #126 is pretty old and I didn't want this change to catch anyone off guard. It technically isn't a backwards or breaking change, but if you were relying on the H1 being green by default, you may have to go back and update it, even though there is a good chance it should be black anyways!


Fixes #126

I removed font-family as well. It seemed a little over-protective. I think the intention was to fight existing fonts, but if these are used on Masonite properties, what are the odds of a different font? Most websites should not have multiple font faces for their content headings anyways.

Added black text to the html/body root. Possibly overkill.

Edit: I lowered the specificity of the list items because I've had to overwrite them before.