style: remove hardcoded text color from Article components

This commit is contained in:
2026-07-10 15:56:51 +08:00
parent d4ebca5fd0
commit 9790205468
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export const Article: Component<ArticleProps & ParentProps> = (props) => {
return (
<article
class={`prose text-black ${props.class || ""}`}
class={`prose ${props.class || ""}`}
data-src={props.src}
>
<Show when={content.loading}>