Sha256: d22f80a699a13d66db7cdd55fde3cede552f86867a83e89bf01aa4d90acd7cc0

Contents?: true

Size: 672 Bytes

Versions: 2

Compression:

Stored size: 672 Bytes

Contents

html {
  @include box-sizing(border-box);
}

*, 
*::before, 
*::after {
  box-sizing: inherit;
  margin: 0;
} 

a {
  color: $colour-base;
  text-decoration: none;

  &:hover,
  &:active, {
    border-bottom: 1px solid $colour-highlight;    
  }
}


body {
    min-height: 100%;
    padding: 0;
}

img {
    max-width: 100%;
}

main,
aside[role='complementary'],
footer[role='contentinfo'] {
    padding: 0 2em 2em;
}

table {
    border-collapse: collapse;
    margin: 0.625em 0;
    th, td {
        padding: 0.25em;
    }
    th {
        background: $colour-base;
        color: $colour-lightgrey;
    }
    td {
        background: rgba($colour-base, 0.25);
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.1 _sass/theme/_base.scss
jekyll-theme-perry-0.1.0 _sass/theme/_base.scss