Sha256: 9405de095e56187e0170dd9804b8a02ce177ce5db88968f0d9ace986addd420e
Contents?: true
Size: 825 Bytes
Versions: 10
Compression:
Stored size: 825 Bytes
Contents
body { @include font-feature-settings("kern", "liga", "pnum"); -webkit-font-smoothing: antialiased; color: $base-font-color; font-family: $base-font-family; font-size: $base-font-size; line-height: $base-line-height; } h1, h2, h3, h4, h5, h6 { font-family: $heading-font-family; font-size: $base-font-size; line-height: $heading-line-height; margin: 0 0 $small-spacing; } p { margin: 0 0 $small-spacing; } a { color: $action-color; text-decoration: none; transition: color 0.1s linear; &:active, &:focus, &:hover { color: darken($action-color, 15%); } &:active, &:focus { outline: none; } } hr { border-bottom: $base-border; border-left: none; border-right: none; border-top: none; margin: $base-spacing 0; } img, picture { margin: 0; max-width: 100%; }
Version data entries
10 entries across 10 versions & 2 rubygems