Sha256: 381aa6befc5cb99ecc88fd3eb2458c15b81e55358ec678d40168e9da59a726ba
Contents?: true
Size: 798 Bytes
Versions: 7
Compression:
Stored size: 798 Bytes
Contents
// table-of-contents styles // (not nesting due to include's format) .toc { display: flex; justify-content: center; padding: $sp-3; &__list { margin-bottom: 0; } &__list-item { @include fs-4; &::before { content: "•" !important; padding-right: $sp-3; } } &__anchor { color: var(--wiki-link-color); text-decoration: none; background-image: linear-gradient(var(--wiki-link-underline-color) 0%, var(--wiki-link-underline-color) 100%); background-repeat: repeat-x; background-position: 0 100%; background-size: 1px 1px; &:hover { background-image: linear-gradient( rgba(var(--wiki-link-color), 0.45) 0%, rgba(var(--wiki-link-color), 0.45) 100% ); background-size: 1px 1px; } } }
Version data entries
7 entries across 7 versions & 3 rubygems