Sha256: 12e380e35c4605f3468416a99ead1edeae18a30d179419af65259ff7a131fae8
Contents?: true
Size: 927 Bytes
Versions: 7
Compression:
Stored size: 927 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; } abbr { text-decoration: none; }
Version data entries
7 entries across 7 versions & 2 rubygems