As a SASS novice and person who generally hates dealing with styling, I have committed terrible crimes against DRY in client/src/styles. See some of the TODOs scattered in there for a sense of places where I broke bad. I would like to clean these up, and ensure that we have consistent and attractive styles across the site.
In particular, ContentPages and BlogPosts should probably have the entirely or mostly the same set of styles.
As a SASS novice and person who generally hates dealing with styling, I have committed terrible crimes against DRY in
client/src/styles
. See some of the TODOs scattered in there for a sense of places where I broke bad. I would like to clean these up, and ensure that we have consistent and attractive styles across the site.In particular, ContentPages and BlogPosts should probably have the entirely or mostly the same set of styles.