Sha256: b5ee6acfef7f36ade4e08e6ceefda9e8a5ad780cc4e6d5807ffe9d73a3b1f675
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 Bytes
Contents
// // Common HTML Scaffolding // ---------------------------------------- // set typo basics for all components .dark { background-color: $background-color-regular; color: $font-color-regular; // link definitions a { color: $font-color-link; text-decoration: none; &:focus { color: $font-color-link-focus; text-decoration: underline; } &:hover { color: $font-color-link-hover; text-decoration: underline; } &:active { color: $font-color-link-active; } } hr { margin-top: $line-height-extracted; margin-bottom: $line-height-extracted; border: 0; border-top: 1px solid $hr-border-color; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc-msp-theme-0.1.0 | _sass/themes/dark-theme/_scaffolding.scss |