Skip to content

Commit

Permalink
update to dark text
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Mwangi committed Aug 17, 2024
1 parent 749bfa3 commit 9c089bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/sections/BlogBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function BlogBody({ id, categoryId, blogBody }) {
<div className="container text-[13px] md:text-base font-normal text-[#323433]">
<div
ref={BodyRef}
className="prose-lg prose prose-a:no-underline prose-li:marker:text-[#333] prose-li:marker:text-sm prose-a:text-[#009975] first-letter:font-bold first-letter:text-5xl first-letter:uppercase"
className="prose-md text-gray-900 font-poppins prose prose-a:no-underline prose-li:marker:text-[#333] prose-li:marker:text-sm prose-a:text-[#009975] first-letter:font-bold first-letter:text-5xl first-letter:uppercase"
/>
{/* <Advert /> */}
</div>
Expand Down

0 comments on commit 9c089bf

Please sign in to comment.