Sha256: b627a0c929c80358c53641f1206d0bb9fd4f7ad9e646da9ce1c98796be37e4cb
Contents?: true
Size: 539 Bytes
Versions: 13
Compression:
Stored size: 539 Bytes
Contents
// Needs refactoring // stylelint-disable selector-max-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
13 entries across 13 versions & 3 rubygems