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

Version Path
pageflow-13.6.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.5.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.4.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.3.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.2.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-12.6.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.1.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-12.5.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-12.4.1 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.0.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-13.0.0.rc1 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss
pageflow-12.4.0 app/assets/stylesheets/pageflow/themes/default/page/anchors.scss