Skip to content

Commit

Permalink
fix <ul> bullet point color being gray issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HuzzNZ committed May 31, 2024
1 parent ee4bc1f commit 0c74132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(content)/health/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function HealthPage() {
ears. Like any other allergy, allergic rhinitis is an inappropriate immune system response to an
allergen - most commonly:
</p>
<ul>
<ul className={"marker:text-current"}>
<li>
<p>
house dust mite
Expand Down

0 comments on commit 0c74132

Please sign in to comment.