Sha256: 48c4f2573da5db6fd33c8f4ad494dec846869372fe7ea72216e17b8a9c16152d
Contents?: true
Size: 556 Bytes
Versions: 13
Compression:
Stored size: 556 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
13 entries across 12 versions & 2 rubygems