Sha256: 5b1815f65a246f736fe1bcf3b066c661b5418a9d0844a596cbe14fcd62c72eba

Contents?: true

Size: 815 Bytes

Versions: 8

Compression:

Stored size: 815 Bytes

Contents

// Code
//
// Inline and block-level code snippets. Includes tweaks to syntax highlighted
// snippets from Pygments/Rouge and Gist embeds.

// <<<<< LINK
code, pre {
  font-family: $code-font-family;
}

code {
  padding: .25em .5em;
  background-color: $code-bg;
  font-size: .85em;
}

pre {
  margin-top: 0;
  display: block;
  line-height: 1.4;
  font-size: .85em;

  /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  /* Make code same width as regular text, and scroll the full page width on mobile */
  @include pre();

  backface-visibility: hidden;
}

pre > code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
}

pre, .highlight {
  margin-bottom: 2rem;
}
// >>>>> LINK

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.3.0 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.2.0 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.1.1 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.1.0 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.0.1 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.0.0 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.0.0.pre.beta.1 _sass/pooleparty/_code.pre.scss
jekyll-theme-hydejack-7.0.0.pre.beta.0 _sass/pooleparty/_code.pre.scss