Sha256: 5e456a625a7d54489005eef8cfbb25e974785dc805e0b18181073abd585fd6ca
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
body { font: $font-weight #{$font-size}/#{$line-height} $font-family; color: $text-color; background-color: $background-color; font-kerning: normal; } @for $index from 1 through 6 { h#{$index} { @extend %heading-#{$index}; } } a { color: $text-color; padding: 0.125em; text-decoration: underline; &:hover { color: $background-color; background-color: $text-color; } } pre, code { background-color: $highlight-color; border: 0.125em solid $text-color; border-radius: 0.375em; } pre { padding: 0.5em; margin: 1.5em; overflow-x: auto; > code { border: 0; } } code { padding: 0.25em; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
novella-0.1.1 | _sass/novella/_base.scss |
novella-0.1.0 | _sass/novella/_base.scss |