Sha256: 2babd648c212da5aa3c8987552a54aa731393be4e5b7b02b63f562952ea80284
Contents?: true
Size: 554 Bytes
Versions: 19
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
19 entries across 19 versions & 1 rubygems