Sha256: 00fa4e60da8244f5d172effbf7bf44ad29a1fb223c026b284f44b71aa23978a6
Contents?: true
Size: 736 Bytes
Versions: 3
Compression:
Stored size: 736 Bytes
Contents
html { color: $font-color--base; font-family: var(--font-family); font-size: 100%; line-height: var(--line-height); } h1, h2, h3, h4, h5, h6 { font-family: var(--font-family--heading); font-size: modular-scale(1); line-height: var(--line-height--heading); margin: 0 0 var(--spacing--small); } p { margin: 0 0 var(--spacing--small); } a { color: $action-color; text-decoration-skip: ink; transition: color var(--duration) var(--timing); &:hover { color: $action-color--alt; } &:focus { outline: var(--focus-outline); outline-offset: var(--focus-outline-offset); } } hr { border-bottom: var(--border); border-left: 0; border-right: 0; border-top: 0; margin: var(--spacing) 0; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bitters-2.0.2 | core/_typography.scss |
bitters-2.0.1 | core/_typography.scss |
bitters-2.0.0 | core/_typography.scss |