Sha256: 2edf40ba54a49690c660b92e26bd6dfbd09dd4e4d052970990afffa0ec33b931
Contents?: true
Size: 738 Bytes
Versions: 23
Compression:
Stored size: 738 Bytes
Contents
// // Anchor links must be included to hide/auto-show anchor links. // h1 { .anchor { display: none; } } h2, h3, h4, h5, h6 { .anchor { color: inherit !important; float: left; opacity: 0; position: relative; line-height: 1.15; text-decoration: none !important; transition: opacity 0.1s ease-in-out; &:hover { opacity: 1; } &:focus { outline: none; } } &:hover { .anchor { opacity: 1; text-decoration: none !important; } } } h2 { .anchor { margin-left: -25px; padding-right: 10px; } } h3 { .anchor { margin-left: -20px; padding-right: 8px; } } h4 { .anchor { margin-left: -15px; padding-right: 6px; } }
Version data entries
23 entries across 23 versions & 1 rubygems