Sha256: bbf34e3c5c224144aa2ce7271f09715296a65df7a40701f9ace7779b02e76ac6

Contents?: true

Size: 1.23 KB

Versions: 14

Compression:

Stored size: 1.23 KB

Contents

{% comment %}<!--
  These styles interact with JavsScript. Their ordering MUST NOT be changed. See `_js/cross-fader.js`.
-->{% endcomment %}
<style id="_pageStyle">
{% capture page_style %}
  .content a:not(.btn) {
    color: {{ color }};
    border-color: fade-out({{ color }}, 0.8);
  }

  .content a:not(.btn):hover {
    border-color: {{ color }};
  }

  :focus {
    outline-color: {{ color }};
  }

  .btn-primary {
    color: #fff;
    background-color: {{ color }};
    border-color: {{ color }};
  }

  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba({{ color }}, .5);
  }

  .btn-primary:hover, .btn-primary.hover {
    color: #fff;
    background-color: darken({{ color }}, 7.5%);
    border-color: darken({{ color }}, 7.5%);
  }

  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: {{ color }};
    border-color: {{ color }};
  }

  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: darken({{ color }}, 7.5%);
    border-color: darken({{ color }}, 7.5%);
  }

  ::selection {
    color: #fff;
    background: {{ color }};
  }

  ::-moz-selection {
    color: #fff;
    background: {{ color }};
  }
{% endcapture %}
{{ page_style | scssify }}
</style>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.5.2 _includes/page-style.html
jekyll-theme-hydejack-7.5.1 _includes/page-style.html
jekyll-theme-hydejack-7.5.0 _includes/page-style.html
jekyll-theme-hydejack-7.4.2 _includes/page-style.html
jekyll-theme-hydejack-7.4.1 _includes/page-style.html
jekyll-theme-hydejack-7.4.0 _includes/page-style.html
jekyll-theme-hydejack-7.3.0 _includes/page-style.html
jekyll-theme-hydejack-7.2.0 _includes/page-style.html
jekyll-theme-hydejack-7.1.1 _includes/page-style.html
jekyll-theme-hydejack-7.1.0 _includes/page-style.html
jekyll-theme-hydejack-7.0.1 _includes/page-style.html
jekyll-theme-hydejack-7.0.0 _includes/page-style.html
jekyll-theme-hydejack-7.0.0.pre.beta.1 _includes/page-style.html
jekyll-theme-hydejack-7.0.0.pre.beta.0 _includes/page-style.html