Sha256: 49c68ab0fae57b817441fa6aaddc9d5273e5119aaccb2f7fc567ed1151fa8b95

Contents?: true

Size: 538 Bytes

Versions: 4

Compression:

Stored size: 538 Bytes

Contents

// Needs refactoring
// stylelint-disable selector-no-type
.markdown-body {
  // Tables
  table {
    display: block;
    width: 100%;
    overflow: auto;

    th {
      font-weight: $font-weight-bold;
    }

    th,
    td {
      padding: 6px 13px;
      border: 1px solid lighten($gray-300, 5%);
    }

    tr {
      background-color: $bg-white;
      border-top: 1px solid darken($gray-300, 4%);

      &:nth-child(2n) {
        background-color: $gray-100;
      }
    }

    img {
      background-color: transparent;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-primer-0.3.1 _sass/primer-markdown/lib/tables.scss
jekyll-theme-primer-0.3.0 _sass/primer-markdown/lib/tables.scss
jekyll-theme-primer-0.2.1 _sass/primer-markdown/lib/tables.scss
jekyll-theme-primer-0.1.8 _sass/primer-markdown/lib/tables.scss