Sha256: 2409a86fc104593685eea54b21cc042b082ab44e1f27520c088d1ad253d673ab
Contents?: true
Size: 907 Bytes
Versions: 1
Compression:
Stored size: 907 Bytes
Contents
// Masthead // // The style of the site's title and optional secondary description. .masthead { padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 3rem; } .masthead-title { margin-top: 0; margin-bottom: 20px; color: $body-color; position: relative; @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: 90%; font-variant: small-caps; font-weight: 500; color: $body-color; @media (prefers-color-scheme: dark) { color: $body-color-dark; } ul#navigation-list { list-style: none; margin: 0; padding: 0; } ul#navigation-list li { display: inline; list-style: none; padding-left: 0; padding-right: 15px; margin: 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noir-for-jekyll-1.3.0 | _sass/_masthead.scss |