Skip to content

Commit

Permalink
Tweak blockqoute style
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Dec 7, 2024
1 parent 5036541 commit 1b497ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PostContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ export function PostContent<C extends ElementType>(props: BoxProps<C>) {
'& .tip::before': {
content: `''`,
position: 'absolute',
left: '-s',
left: '-m',
top: '.3em',
bottom: '.3em',
borderLeftColor: 'accent',
borderLeftStyle: 'solid',
borderLeftWidth: 2,
borderLeftWidth: 4,
},
'& .tip:first-child': {
marginTop: 0,
Expand Down

0 comments on commit 1b497ef

Please sign in to comment.