Skip to content

Funky rendering in code blocks #4

Closed
@zmitchell

Description

I have a couple of issues related to code blocks:

  • The spacing between lines in my code is way too large. Which Sass property should I be adjusting to fix this?
  • The syntax-highlighting theme I use (manni) has a light background. When I use this the actual words have a background that matches the rest of the page, but the code block has the background color that matches the syntax highlighting theme.
  • The code blocks don't scroll horizontally when they are too large, the whole page scrolls.

The background color issue is fixed in code blocks if I comment out this line:

#content:
    & code:
        // background-color: lighten($dark-grey, 10%)

but then any inline code doesn't get its background changed. That doesn't seem right because the code blocks should be under #content pre code right? I'm pretty new to all of this web stuff, so hopefully you can help me figure out what's going on!

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions