Sha256: b3e939d1a9852a09dd870386003c9c3faba9e40f5e175929b1524a9906bb9b7f

Contents?: true

Size: 1.16 KB

Versions: 6

Compression:

Stored size: 1.16 KB

Contents

/* ==========================================================================
   Creek skin
   ========================================================================== */

/* Colors */
$lightest-blue: #99C7E3 !default;
$light-blue:    #469ABA !default;
$dark-blue:     #0F3E46 !default;
$yellow:        #F5BC32 !default;
$orange:        #EF9025 !default;

$primary-color: $light-blue !default;
$success-color: #27ae60 !default;
$warning-color: $orange !default;
$danger-color : #c0392b !default;
$info-color   : $lightest-blue !default;

$text-color: $dark-blue !default;
$muted-text-color: $yellow !default;
$border-color: mix(#fff, #393e46, 75%) !default;
$footer-background-color: $primary-color !default;
$link-color                 : $orange !default;
$link-color-hover           : mix(#000, $link-color, 25%) !default;
$link-color-visited         : mix(#fff, $link-color, 25%) !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__footer {
  color: #fff !important; // override
}

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
creek-jekyll-theme-1.7.5 _sass/minimal-mistakes/skins/_creek.scss
creek-jekyll-theme-1.7.4 _sass/minimal-mistakes/skins/_creek.scss
creek-jekyll-theme-1.7.3 _sass/minimal-mistakes/skins/_creek.scss
creek-jekyll-theme-1.7.1 _sass/minimal-mistakes/skins/_creek.scss
creek-jekyll-theme-1.7.0 _sass/minimal-mistakes/skins/_creek.scss
creek-jekyll-theme-1.6.0 _sass/minimal-mistakes/skins/_creek.scss