Sha256: f6261d68c6703b2daa07410cd56202b2db6ec948340566c88e56b94323000bf8

Contents?: true

Size: 651 Bytes

Versions: 1

Compression:

Stored size: 651 Bytes

Contents

html {
  box-sizing: border-box;
  font-size: 16px;
  overflow-y: scroll;
  font-family: Content, Roboto, sans-serif;
  font-weight: normal;

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

body {
  font-size: 1rem;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    STXihei, "华文细黑",
    "Microsoft YaHei", "微软雅黑",
    Heiti, "黑体",
    sans-serif;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;

  &:hover {
    color: inherit;
    text-decoration: none;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
databook-theme-0.1.1 _sass/base/_normalize.scss