Sha256: 5533aba74a4be6a4559827d23bf7bec8ec2fd294f3293d08ebf57953d53a41c6
Contents?: true
Size: 949 Bytes
Versions: 6
Compression:
Stored size: 949 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: $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: 12px; margin: 0; } }
Version data entries
6 entries across 5 versions & 1 rubygems