Skip to content

Commit

Permalink
Add css for blockquote (#1742)
Browse files Browse the repository at this point in the history
Resolves #1741
  • Loading branch information
pierreneter authored and fhemberger committed Jul 16, 2018
1 parent b3fa48d commit 468b408
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions layouts/css/_base.styl
Expand Up @@ -75,3 +75,18 @@ pre
color $light-gray3
background-color inherit
padding 0

blockquote
position relative
margin 0
padding 0 1em

&::before
width 6px
height 100%
position absolute
top 0
left 0
background-color rgba(0, 0, 0, 0.14)
content ""
display block

0 comments on commit 468b408

Please sign in to comment.