Sha256: 1dbb93a4b786e998bf56ea05cb67fca0bf2865c94713675195f4a85f461f268c
Contents?: true
Size: 546 Bytes
Versions: 15
Compression:
Stored size: 546 Bytes
Contents
//// /// @group page-colors //// /// Color of links inside the text $page-anchor-color: #fff !default; /// Color of links inside the text on inverted pages $page-anchor-inverted-color: #000 !default; /// Typography settings of links in page content text $page-anchor-typography: () !default; .page { .page_text a { @extend %anchor; color: $page-anchor-color; pointer-events: auto; margin-right: 0; @include typography($page-anchor-typography) } &.invert .page_text a { color: $page-anchor-inverted-color; } }
Version data entries
15 entries across 15 versions & 1 rubygems