Sha256: 8b9a7f620d4a68dc7e8c48bbe56906df1e99e5ff75358fde67a9a14b5ca21567

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

// Masthead
//
// Super small header above the content for site name and short description.

.masthead {
  padding-top:    1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: $gray-6;
  
@media (prefers-color-scheme: light) {
  color: #515151;
  }

  a {
    color: inherit;
  }

  small {
    font-size: 75%;
    font-weight: 400;
    opacity: .5;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noir-for-jekyll-1.0.0 _sass/_masthead.scss