Sha256: 9b2fcf54128eca0f3adc006ca2b1a212e138111acf9428e014c09fb878e06098

Contents?: true

Size: 852 Bytes

Versions: 2

Compression:

Stored size: 852 Bytes

Contents

/* ==========================================================================
   Contrast skin
   ========================================================================== */

/* Colors */
$text-color: #000 !default;
$muted-text-color: $text-color !default;
$primary-color: #ff0000 !default;
$border-color: mix(#fff, $text-color, 75%) !default;
$footer-background-color: #000 !default;
$link-color: #0000ff !default;
$masthead-link-color: $text-color !default;
$masthead-link-color-hover: $text-color !default;
$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;

.page__content {

  .notice,
  .notice--primary,
  .notice--info,
  .notice--warning,
  .notice--success,
  .notice--danger {
    color: $text-color;
  }
}

.page__footer {
  color: #fff !important; // override
}

.page__footer-follow .social-icons .fa {
  color: inherit;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
minimal-mistakes-jekyll-4.8.1 _sass/minimal-mistakes/skins/_contrast.scss
minimal-mistakes-jekyll-4.7.0 _sass/minimal-mistakes/skins/_contrast.scss