Sha256: 8cf327ea3b0c9b4cfa5b7d7d346892b44966bf3db7a340935c8db218b005b4ec
Contents?: true
Size: 549 Bytes
Versions: 110
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
110 entries across 110 versions & 11 rubygems