Sha256: bd871c8d836d8b41989559bfaacdf3d96eb9162705c0d52eaa5d2ba1d011a93b
Contents?: true
Size: 538 Bytes
Versions: 7
Compression:
Stored size: 538 Bytes
Contents
// Needs refactoring // stylelint-disable selector-max-type .markdown-body { // Tables table { display: block; width: 100%; overflow: auto; th, td { padding: 6px 13px; border: 1px solid lighten($gray-300, 5%); } th { font-weight: $markdown-font-weight-bold; } tr { background-color: #fff; border-top: 1px solid darken($gray-300, 4%); &:nth-child(2n) { background-color: $gray-100; } } img { background-color: transparent; } } }
Version data entries
7 entries across 7 versions & 1 rubygems