Sha256: f8ac8ee59c9f62e0faa38821f75ae252fa9c2480bdbf892814e2a366a04cc439

Contents?: true

Size: 956 Bytes

Versions: 5

Compression:

Stored size: 956 Bytes

Contents

// Font
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf');
}
@font-face {
  font-family: 'Merriweather-Light';
  src: url('../fonts/Merriweather-Light.ttf');
}

// Base
html,
body {
  height: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, textarea,
form, label, legend, table, caption, menu, nav, section, summary,
time, mark, audio, video, iframe, main, header, footer {
  border: 0;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: $color-bg;
  color: $color-f-secondary;
  font-family: $fonts;
}

ul {
  list-style-type: none;
}

a {
  color: $color-f-primary;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}

::selection {
  background-color: rgba(0, 147, 254, 0.2);
}

::-moz-selection {
  background-color: rgba(0, 147, 254, 0.2);
}

::-webkit-selection {
  background-color: rgba(0, 147, 254, 0.2);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-pdz-0.1.4 _sass/base.scss
jekyll-theme-pdz-0.1.3 _sass/base.scss
jekyll-theme-pdz-0.1.2 _sass/base.scss
jekyll-theme-pdz-0.1.1 _sass/base.scss
jekyll-theme-pdz-0.1.0 _sass/base.scss