Sha256: 18fbe807f9e67af8549820f913ec918314fcc4bd742f6abbffec77a341511123
Contents?: true
Size: 549 Bytes
Versions: 15
Compression:
Stored size: 549 Bytes
Contents
// Scaffolding // Basic and global styles for generating a grid system, structural layout, and page templates // ------------------------------------------------------------------------------------------- // Body reset // ---------- body { margin: 0; font-family: $baseFontFamily; font-size: $baseFontSize; line-height: $baseLineHeight; color: $textColor; background-color: $bodyBackground; } // Links // ----- a { color: $linkColor; text-decoration: none; } a:hover { color: $linkColorHover; text-decoration: underline; }
Version data entries
15 entries across 15 versions & 4 rubygems