Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 9fa0243

Browse files
authored
fix: add default blockquote style (#126)
1 parent c12071b commit 9fa0243

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/default/assets/css/setup/_typography.sass

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ pre
2626
font-size: 100%
2727
background-color: transparent
2828

29+
blockquote
30+
margin: 1em 0
31+
padding-left: 1em
32+
border-left: 4px solid gray
33+
2934
.tsd-typography
3035
line-height: $LINE_HEIGHT
3136

@@ -42,4 +47,4 @@ pre
4247
font-weight: normal
4348

4449
p, ul, ol
45-
margin: 1em 0
50+
margin: 1em 0

0 commit comments

Comments
 (0)