diff --git a/readme.md b/readme.md index 1242e9b..ae7e781 100644 --- a/readme.md +++ b/readme.md @@ -6,10 +6,7 @@ My personal website. Built with - gatsby - tailwind - node-vibrant -- react-helmet and a totally from-scratch masonry gallery component that I will write a blog post about some day. -![screenshot of website](static/screenshot-2.png) - I use node-vibrant in the gatsby OnCreateNode hook to pull colors from the images and store them in the gatsby node structure. I query them in the client, then assign CSS custom properties with react-helmet. In my tailwind config, I define custom colors that use those properties. This gets me classes like `text-vibrant-light` that change colors to vibe with the selected image \ No newline at end of file diff --git a/static/screenshot-2.png b/static/screenshot-2.png deleted file mode 100644 index 669466d..0000000 Binary files a/static/screenshot-2.png and /dev/null differ