Sha256: 09d451f90c7f56322953b5c21c6a4211921556f2a20c840bde583d9b4704f8d1
Contents?: true
Size: 359 Bytes
Versions: 27
Compression:
Stored size: 359 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; .contentText a { @extend %anchor; color: $page-anchor-color; pointer-events: all; } .invert .contentText a { color: $page-anchor-inverted-color; }
Version data entries
27 entries across 27 versions & 1 rubygems