Sha256: ff7ff0e6ea608ada4a54c11a7f9d6d385ac0c349065013b901ce1d001e64bdfc

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

@import url('https://fonts.googleapis.com/css?family=Tienne:400,700');

$bodyFontFamily: Helvetica, sans-serif;
$bigscreenBreakpoint: 900px;
$logoOffset: 112px;
$logoSize: 100px;

$textColor: black;

$linkColor: blue;
$linkColorInverse: white;

@mixin titleFontFamily($useBold: false) {
  font-family: 'Tienne', Georgia, serif;

  @if $useBold == true {
    font-weight: 700;
  } @else {
    font-weight: 400;
  }
}

body {
  font-family: $bodyFontFamily;
}

input, textarea, button {
  font-size: inherit;
  font-family: inherit;
}

html {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

.section-title {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  flex-shrink: 0;
}

@import 'offsets';
@import 'main';
@import 'home';

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-isotc211-0.1.2 _sass/jekyll-theme-isotc211.scss