Skip to content

Commit

Permalink
Add featured blockquote styling
Browse files Browse the repository at this point in the history
This matches the wiki view styling and applies to all featured
blockquotes
  • Loading branch information
aburke07 committed Jun 28, 2023
1 parent 37478d3 commit 5c1739f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/templates/troubleshooting/prerendered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ const renderStyles: SystemStyleObject = {
borderLeftWidth: '5px',
borderLeftStyle: 'solid',
padding: '2px 8px 2px 12px',

'&.featured': {
borderColor: '#fe6f15',
borderTopWidth: '1px',
borderBottomWidth: '1px',
},
},

td: {
Expand Down

0 comments on commit 5c1739f

Please sign in to comment.