Sha256: f71c8b8f616a5769722257026f6348d73da91ea4aae1eb105fba4422fbf13f9c
Contents?: true
Size: 676 Bytes
Versions: 8
Compression:
Stored size: 676 Bytes
Contents
.table { caption-side: bottom; font-size: var(--text-sm); inline-size: var(--size-full); caption { color: var(--color-text-subtle); margin-block-start: var(--size-4); } thead { color: var(--color-text-subtle); } tbody tr { border-block-start-width: var(--border); } tr:hover { background-color: rgb(from var(--color-border-light) r g b / .5); } th { font-weight: var(--font-medium); text-align: start; } th, td { padding: var(--size-2); } tfoot { background-color: rgb(from var(--color-border-light) r g b / .5); border-block-start-width: var(--border); font-weight: var(--font-medium); } }
Version data entries
8 entries across 8 versions & 1 rubygems