ax-vasquez / mcnuggies-blog

NextJS site & Sanity Studio code for mcnuggies.dev
http://www.mcnuggies.dev
1 stars 1 forks source link

unify and refine styles #37

Closed ax-vasquez closed 2 years ago

ax-vasquez commented 2 years ago

Styles are definitely not done, but this PR unifies some things:

  1. All colors are defined in web/src/style/colors.ts - don't set colors on components directly - it's a hassle to update
  2. Device size constants are defined in web/src/style/device.ts
  3. (Very minor) font constants are defined in web/src/style/font.ts