aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-12 18:43:39 -0400
committerXe Iaso <me@xeiaso.net>2023-10-12 18:43:39 -0400
commitd91af4a3edf0ac56a4b4c60a3f56f872aada6e73 (patch)
treeec427d023fd42d3df16490dcb80eaf787db3548e
parent2398bfc4065a55bcdd13df5a7f980a7760f5b7ee (diff)
downloadxesite-d91af4a3edf0ac56a4b4c60a3f56f872aada6e73.tar.xz
xesite-d91af4a3edf0ac56a4b4c60a3f56f872aada6e73.zip
lume/blog/xesite-v4: oops lol the second
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--lume/src/blog/xesite-v4.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/blog/xesite-v4.mdx b/lume/src/blog/xesite-v4.mdx
index f8675ff..85b392e 100644
--- a/lume/src/blog/xesite-v4.mdx
+++ b/lume/src/blog/xesite-v4.mdx
@@ -158,7 +158,7 @@ I probably missed something, and with the sheer number of articles I have (over
When it came to the CSS, I started with a blank HTML file and copied over rendered HTML from my website in production. Once I had the basic structure copied over, I started pouring over [Tailwind UI](https://tailwindui.com/) to make a short list of the components I wanted to play with.
-I had existing experience adding my Gruvbox inspired theme to Tailwind, so I copied over that Tailwind configuration file and went to down replicating the styles I had before, combining in parts from Tailwind UI and a few other places for inspiration. I had to make some minor changes to the colors, but for the most part it was a fairly straightforward process.
+I had existing experience adding my Gruvbox inspired theme to Tailwind, so I copied over that Tailwind configuration file and went to town replicating the styles I had before, combining in parts from Tailwind UI and a few other places for inspiration. I had to make some minor changes to the colors, but for the most part it was a fairly straightforward process.
The part I was most worried about was the [prose](https://tailwindcss.com/docs/typography-plugin) formatting in Tailwind. It didn't follow my old style of prose formatting, so I had to make a few minor changes. I'm not fully happy with this yet (it makes prose text a bit too dark for my tastes), but I'll get there in due time.