Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(markdown): provide default blockquote css #42

Open
mesqueeb opened this issue Dec 26, 2020 · 0 comments
Open

feat(markdown): provide default blockquote css #42

mesqueeb opened this issue Dec 26, 2020 · 0 comments

Comments

@mesqueeb
Copy link
Member

mesqueeb commented Dec 26, 2020

blockquote
    position: relative
    margin-left: 0
    +py($md)
    +px($xl)
    &:before,&:after
      position: absolute
      top: 0
    &:after
      content: ''
      left: 0.3em
      font-size: 2em
      line-height: 1.4em
    &:before
      content: ''
      left: 0
      width: 0.4em
      height: 100%
      background: currentColor
      opacity: 0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant