Sha256: 2ff92f711480973f2ffa800f8c8c597ee9d76ca145ee0d80f9fdb66920aa6e06
Contents?: true
Size: 653 Bytes
Versions: 62
Compression:
Stored size: 653 Bytes
Contents
/*------------------------------------*\ #LINKS \*------------------------------------*/ $link-color: $bright-blue !default; $link-secondary-color: $dark-gray !default; $link-secondary-hover-color: $off-black !default; a, %link, .link { color: $link-color; text-decoration: none; cursor: pointer; &:hover { text-decoration: underline; } } %link--secondary, .link--secondary { color: $link-secondary-color; &:hover { color: $link-secondary-hover-color; text-decoration: none; } } %link--no-underline, .link--no-underline { &:hover { text-decoration: none; } }
Version data entries
62 entries across 62 versions & 1 rubygems