Sha256: de9b52a947fefa9dd1589496b857c7d0a52e239da07951864d8c8dfe24159ea9

Contents?: true

Size: 576 Bytes

Versions: 3

Compression:

Stored size: 576 Bytes

Contents

code {
  font-family: $mono-font-family;
  font-size: 85%;
  font-style: normal;
  border: 1px solid $light-gray-color;
  padding: 1px 3px;
  border-radius: 3px;
}

pre {
  overflow-x: auto;

  @media print {
    overflow-x: visible;
    white-space: pre-wrap;
  }
}

figure.highlight {
  font-family: $mono-font-family;
  display: block;
  margin: 10px 10px;
  padding: 0px;
  max-width: 100%;

  pre {
    margin: 0px;
    padding: 8px 12px;
    max-width: 100%;

    font-size: 85%;

    code {
      padding: 0px;
      border: none;
      font-size: inherit;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-shikhalev-0.1.0.8 _sass/nova/content/code.scss
jekyll-theme-shikhalev-0.1.0.6 _sass/nova/content/code.scss
jekyll-theme-shikhalev-0.1.0.5 _sass/nova/content/code.scss