style: remove hardcoded text color from Article components
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user