Sha256: 24aeedc354851d5c19d808869636630776cdf2fc09671f6a5957dd5d38c87c62
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 Bytes
Contents
// Masthead // // The style of the site's title and optional secondary description. .masthead { padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 3rem; text-align: center; } .masthead-title { margin-top: 0; margin-bottom: 20px; color: $body-color; position: relative; text-align: center; padding-right: 12px; @media (prefers-color-scheme: dark) { color: $body-color-dark; } a { color: inherit; } small { font-size: 75%; font-weight: 400; opacity: .5; } } .navigation { display: block; font-size: 100%; font-weight: 500; color: #d4d4d4; @media (prefers-color-scheme: dark) { color: #333333; } ul#navigation-list { list-style: none; margin: 0; padding: 0; } ul#navigation-list li { display: inline; list-style: none; padding-left: 0; padding-right: 12px; margin: 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quattle-1.2.1 | _sass/_masthead.scss |