Skip to content

Commit

Permalink
chore: code 블럭 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GGos3 committed Aug 11, 2024
1 parent 88437f3 commit bd110c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ export const Content = styled('section', {
},
code: {
backgroundColor: '$borderGray',
padding: '0.2rem 0.4rem',
borderRadius: '0.2rem',
fontSize: '0.875rem',
},
'pre, code': {
fontVariantLigatures: 'none',
Expand Down

0 comments on commit bd110c0

Please sign in to comment.