Sha256: 7a4fc9df159e1594642506dae7e44fafd4a2365dcc866233a0ba4d841cb9f494
Contents?: true
Size: 960 Bytes
Versions: 2
Compression:
Stored size: 960 Bytes
Contents
// Placeholder to allow defining custom styles that override everything else. // (Use `_sass/minima/custom-variables.scss` to override variable defaults) // _base blockquote { color: $grey-color; border-color: $brand-color; } // _layout .site-header { border-top: 0; } .site-header, .site-footer { background-color: $brand-color; } .site-title { &, &:visited, &:hover { color: $white-color; } } .footer-heading, .footer-col-wrapper, .footer-col-wrapper a { color: $white-color; } .site-footer .svg-icon { fill: $white-color; } .site-nav .page-link { color: $white-color; } // Fix invisible menu items .site-nav { @include media-query($on-palm) { background-color: $white-color; .page-link { color: $text-color; } } } .page-content { padding: $spacing-unit/2 0; } .page-content .wrapper { background: $white-color; padding: $spacing-unit; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-hanfverband-theme-0.1.1 | _sass/minima/custom-styles.scss |
jekyll-hanfverband-theme-0.0.1 | _sass/minima/custom-styles.scss |