Sha256: 1b11dcaa6a42fbdd97cbf14bad49b4e8f78286982d7afad6262510054362a5e1
Contents?: true
Size: 554 Bytes
Versions: 31
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
31 entries across 31 versions & 9 rubygems