Sha256: 80f3517b870b71c105dbc68a3bd95ac05c850d0e9b865a6e6f82fa8b80113724

Contents?: true

Size: 829 Bytes

Versions: 3

Compression:

Stored size: 829 Bytes

Contents

.markdown-body {
  // 400
  font-weight: $font-weight-normal;

  a {
    color: $theme-link;

    &:hover {
      color: $theme-link-hover;
    }

    code,
    tt {
      color: $theme-link;
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: $head-font;
  }

  table {
    // 14px
    font-size: $body-font-size;
  }

  // ruby highlight fixed
  figure {
    margin: 0;
  }

  // improved
  code,
  tt {
    font-size: $font-size-small;
    border: $border;
    color: $theme-red;
    background-color: darken($theme-white, 2%);
  }

  pre {
    > code {
      color: $theme-black;
    }
  }

  .highlight pre,
  pre {
    font-size: $font-size-small;
    border: $border;
  }

  .highlight pre {
    background-color: transparent;
  }

  // search
  .search-results {
    li {
      list-style: none;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-rtd-theme-2.0.4 _sass/class/markdown-body.scss
jekyll-rtd-theme-2.0.3 _sass/class/markdown-body.scss
jekyll-rtd-theme-2.0.2 _sass/class/markdown-body.scss