Sha256: 57abbaf85f4cc058e30afdc5f0761e690f3e49d2e5ea9792dee07ead4fe1edd3
Contents?: true
Size: 553 Bytes
Versions: 57
Compression:
Stored size: 553 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
57 entries across 57 versions & 3 rubygems