Sha256: b34ae69d4422cf0a37f760a8d5eaa487656ff9802e5e0c92f48ee39b812d4416
Contents?: true
Size: 798 Bytes
Versions: 4
Compression:
Stored size: 798 Bytes
Contents
body { color: $base-font-color; font-family: $base-font-family; font-size: $base-font-size; line-height: $base-line-height; text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: $heading-font-family; font-size: $base-font-size; line-height: $heading-line-height; margin: 0; } p { margin: 0 0 $small-spacing; } a { color: $action-color; text-decoration-skip: ink; transition: color $base-duration $base-timing; &:hover { color: mix($black, $action-color, 25%); } &:focus { outline: $focus-outline; outline-offset: $focus-outline-offset; } } hr { border-bottom: $base-border; border-left: 0; border-right: 0; border-top: 0; margin: $base-spacing 0; }
Version data entries
4 entries across 4 versions & 1 rubygems