Sha256: 899307ab3b4ae080e47ae9778c834952d8b5a6886bf975270939cf693898f16c

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 Bytes

Contents

@mixin emphasizedAnchor {
  text-decoration: underline;

  &:hover {
    background-color: $primary-color;
    color: $secondary-color;
  }
}

@mixin headlineAnchor {
  text-decoration: underline;
}

// Special page title header
.c-page-title {
  font-size: 2.55rem;
  margin-bottom: 0.85em;

  @include breakpoint(640px down) {
    padding-top: 0.7em;
  }
}

// Page header section with provided whitespace for clean separation from the content
.c-page-header {
  padding-bottom: 2rem;
}

// The block will have larger text for better readability. Often used with
// conjuction to .c-content-block
.c-emphasized-text {
  font-size: 1.15rem;
}

.c-emphasized-anchor {
  @include emphasizedAnchor();
}

.c-headline-anchor {
  @include headlineAnchor();
}


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-pirati-3.0.0 _sass/components/typography.scss