Sha256: 9c40c901218ff8ce77d1ab4aa6ab9d4d7d9b1b54e7dc02c00b5da743421a2e76

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 Bytes

Contents

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

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

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

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

  // code
  code,
  tt {
    font-size: $font-size-small;
    border: $border;
    color: $theme-red;
    background-color: rgba($black, 0.05);
  }
  a {
    code,
    tt {
      color: $theme-blue;
    }
  }

  pre {
    font-size: $font-size-small;
    border: $border;
  }

  pre code,
  pre tt {
    border: 0;
    background-color: transparent;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

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