Sha256: 4cb2855008e766c2c5a10ee8772da25ec0b4a223c386133ae62fe2fab2b53595
Contents?: true
Size: 554 Bytes
Versions: 82
Compression:
Stored size: 554 Bytes
Contents
// Scaffolding // Basic and global styles for generating a grid system, structural layout, and page templates // ------------------------------------------------------------------------------------------- // STRUCTURAL LAYOUT // ----------------- body { margin: 0; font-family: $baseFontFamily; font-size: $baseFontSize; line-height: $baseLineHeight; color: $textColor; background-color: $white; } // LINKS // ----- a { color: $linkColor; text-decoration: none; } a:hover { color: $linkColorHover; text-decoration: underline; }
Version data entries
82 entries across 56 versions & 6 rubygems