mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #249 from the-programmers-hangout/ui-style-blockquotes
ui(resources): style blockquotes
This commit is contained in:
@@ -121,6 +121,15 @@ export const MarkdownWrapper = styled.div`
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid ${props => props.theme.main.foreground};
|
||||
margin-top: ${BASE_LINE_HEIGHT}px;
|
||||
margin-bottom: ${BASE_LINE_HEIGHT}px;
|
||||
margin-right: ${BASE_LINE_HEIGHT * 2}px;
|
||||
margin-left: 0;
|
||||
padding-left: ${BASE_LINE_HEIGHT}px;
|
||||
}
|
||||
|
||||
a:not(.anchor) {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user