Sha256: 0c973053d1839ef88f5d7ee3c0b62903be77b59721d42c588cba6679e7d0c288

Contents?: true

Size: 985 Bytes

Versions: 1

Compression:

Stored size: 985 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: $midnight-text-color;
  position: relative;
  text-align: center;
  padding-right: 12px;
  
@media (prefers-color-scheme: dark) {
  color: $midnight-text-color-dark;
  }

  a {
    color: inherit;
  }

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

.navigation {
  display: block;
  font-size: 100%;
  font-weight: 500;
  color: $midnight-text-color;
  
@media (prefers-color-scheme: dark) {
  color: $midnight-text-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

1 entries across 1 versions & 1 rubygems

Version Path
noir-for-jekyll-1.7.1 _sass/schemes/midnight/_masthead.scss