refactor: update tailwind typography css overrides (#538)

* refactor: update tailwind typography css overrides

Update TailwindCSS typography overrides to use less
`important`; and update selectors to make them easier
to read.

* refactor: update focus styles to be consistent
This commit is contained in:
Sat Naing
2025-06-14 23:44:03 +07:00
committed by GitHub
parent 4c2aebc304
commit f7cb267854
4 changed files with 77 additions and 21 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ const nextPost =
</div>
<article
id="article"
class="mx-auto prose mt-8 max-w-app prose-pre:bg-(--shiki-light-bg) dark:prose-pre:bg-(--shiki-dark-bg)"
class="app-prose mx-auto mt-8 max-w-app prose-pre:bg-(--shiki-light-bg) dark:prose-pre:bg-(--shiki-dark-bg)"
>
<Content />
</article>