ui(resources): style blockquotes

This commit is contained in:
Jean-Philippe Sirois
2020-05-13 08:18:21 -04:00
parent 114bf73b68
commit df8a1761c6
+9
View File
@@ -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;