Sha256: 96a4832123852452d956ea7fd2205148eebab612772bfdd42d1537f9e16ce627
Contents?: true
Size: 499 Bytes
Versions: 12
Compression:
Stored size: 499 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; .contentText a { @extend %anchor; color: $page-anchor-color; pointer-events: all; @include typography($page-anchor-typography) } .invert .contentText a { color: $page-anchor-inverted-color; }
Version data entries
12 entries across 12 versions & 1 rubygems