Skip to content

Conversation

eclectic-coding
Copy link

I am proposing editing the styles for the default Prism code blocks. In the screenshot below, you can see the default stylings create a "bar" around each link with in a code block. I have added styles in the Post.vue file to override this condition without touching the default Prismjs stylesheet:

pre {
    code {
      background-color: transparent;
      border: none;
    }
  }

Screenshot from 2020-07-20 08-19-30

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

Successfully merging this pull request may close these issues.

2 participants