Sha256: 2355883b6af283281db8df82edeca1403d5e28b6b5c66cd168df2bef9661217f

Contents?: true

Size: 789 Bytes

Versions: 4

Compression:

Stored size: 789 Bytes

Contents

* {
  box-sizing: border-box; // inline
  // -webkit-tap-highlight-color: transparent; // link
}

// <<<<< INLINE
html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: $root-font-size;
  line-height: $root-line-height;
}

body {
  color: $body-color;
  background-color: $body-bg;
  overflow-y: scroll;
}

// No `:visited` state is required by default (browsers will use `a`)
a {
  text-decoration: none;
}

.lead {
  margin-left: -1rem;
  margin-right: -1rem;
}

.content img, .img {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: none;

  &.lead {
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
  }
}
// >>>>> INLINE

// <<<<< LINK
@media print {
  a::after {
    content: " (" attr(href) ") ";
    font-size: 0.83em;
  }
}
// >>>>> LINK

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.3.0 _sass/pooleparty/_base.pre.scss
jekyll-theme-hydejack-7.2.0 _sass/pooleparty/_base.pre.scss
jekyll-theme-hydejack-7.1.1 _sass/pooleparty/_base.pre.scss
jekyll-theme-hydejack-7.1.0 _sass/pooleparty/_base.pre.scss