Sha256: 2326cd39fa7ad9c269c32aa92ee662a230f08e898dd7aa542cf43fafa46939ef
Contents?: true
Size: 663 Bytes
Versions: 9
Compression:
Stored size: 663 Bytes
Contents
// Base *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: $html-font-size; line-height: $html-line-height; -webkit-tap-highlight-color: transparent; } body { background: $body-bg; color: $body-font-color; font-family: $body-font-family; font-size: $font-size; overflow-x: hidden; text-rendering: optimizeLegibility; } a { color: $link-color; outline: none; text-decoration: none; &:focus { @include control-shadow(); } &:focus, &:hover, &:active, &.active { color: $link-color-dark; text-decoration: underline; } &:visited { color: $link-color-light; } }
Version data entries
9 entries across 9 versions & 1 rubygems