Sha256: 0ad731f10a08b86110f6eeff3f4821f0e110e1bb79ae0801d60660706eafe667

Contents?: true

Size: 722 Bytes

Versions: 2

Compression:

Stored size: 722 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;
  }

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-rtd-theme-2.0.1 _sass/class/markdown-body.scss
jekyll-rtd-theme-2.0.0 _sass/class/markdown-body.scss