Skip to content

Commit

Permalink
fix(markdown): li marker color in light theme was transparent (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei Asai authored Mar 21, 2021
1 parent c126d27 commit 2cfbecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/markdown-article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const MdUnorderedList = styled.ul`
margin-block-end: 0.5em;
&::marker {
color: #ffffff5f;
color: var(--color-fg-gray);
}
> p {
Expand Down

1 comment on commit 2cfbecd

@vercel
Copy link

@vercel vercel bot commented on 2cfbecd Mar 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.