Sha256: 8cf40ac4a8898dcd9f75c30f74d8a8b38bade1a2c17c03f6c758bdceffdb37ca
Contents?: true
Size: 892 Bytes
Versions: 6
Compression:
Stored size: 892 Bytes
Contents
* { // -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba($c-black, 0); // scss-lint:disable DuplicateProperty -webkit-tap-highlight-color: transparent; &, &:before, &:after { box-sizing: border-box; } } html { // scss-lint:disable DuplicateProperty font-size: 100%; font-size: remCalc(16px); height: 100%; } body { @include transition($mobilenav-transition); height: 100%; font-family: $f-content; font-size: 16px; color: $c-text; background: $c-body-bg; @include bp(large-down) { padding-top: 45px; } } a { @include transition(color .2s); color: $c-custom-highlight; text-decoration: none; &:hover { color: $c-text; } } h1 { font-size: 24px; color: $c-text-heavy; } h2 { font-size: 18px; } h3 { font-size: 14px; } img { max-width: 100%; height: auto; } strong { font-weight: bold; }
Version data entries
6 entries across 6 versions & 1 rubygems