Sha256: 7b409c605ff3306c44f5c99fbc92b37833d531e6a7c9a9cb3a04a8afd3af6c41
Contents?: true
Size: 957 Bytes
Versions: 4
Compression:
Stored size: 957 Bytes
Contents
// Needs refactoring // stylelint-disable selector-max-type, selector-max-compound-selectors .markdown-body { // Tables table { display: block; width: 100%; // keep for backwards compatibility width: max-content; max-width: 100%; overflow: auto; th { font-weight: $font-weight-bold; } th, td { // stylelint-disable-next-line primer/spacing padding: 6px 13px; border: $border-width $border-style var(--borderColor-default, var(--color-border-default)); } td { > :last-child { margin-bottom: 0; } } tr { background-color: var(--bgColor-default, var(--color-canvas-default)); border-top: $border-width $border-style var(--borderColor-muted, var(--color-border-muted)); &:nth-child(2n) { background-color: var(--bgColor-muted, var(--color-canvas-subtle)); } } img { background-color: transparent; } } }
Version data entries
4 entries across 4 versions & 1 rubygems