Skip to content

Commit

Permalink
Fix: li 태그의 컬러를 black으로 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyb0603 committed Aug 29, 2023
1 parent d6ec9ea commit b467da9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-utterances.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: close-utterances-bot-issue

on:
issues:
types: [opened]

jobs:
close-issue:
runs-on: ubuntu-latest

steps:
- if: github.event.issue.user.login == 'utterances-bot'
name: Close Issue
Expand Down
1 change: 1 addition & 0 deletions src/components/Modules/Post/PostContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const PostContentContainer = styled.section`
li {
margin-left: 2rem;
color: ${({ theme }) => theme.color.black};
}
code:not([data-language]) {
Expand Down

0 comments on commit b467da9

Please sign in to comment.