Sha256: c8473ae2e599baa100e2054adf584389f105ef93fc2b43cb1a7a36c91722264b

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
  font-size: 1rem;
} 

.window {

  & h1 {
    font-size: 2rem;
  }
  
  & h2 {
    font-size: 1.6rem;
  }
  
  & h3 {
    font-size: 1.4rem;
  }
  
  & h4 {
    font-size: 1.2rem;
  }
  
  & h5 {
    font-size: 1.1rem;
  }
  
  & h6 {
    font-size: 1rem;
  }
}

* {
  font-family: "Pixelated MS Sans Serif";
  font-smooth: never;
  -webkit-font-smoothing: none;
}

ul {
  margin-left: 16px;
  margin-top: 8px;
}

li {
  margin-bottom: 8px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-98-0.3.0 _sass/jekyll-98/_base.scss