Sha256: 0e66f12238513e08ccac6e18c5d68b56c55f0f3e56f987d0e4d27f398dfd7051

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 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.2 _sass/base/_normalize.scss