Sha256: 79f197cbbd7109191311028c2c0a864479bd69a2cff5179b4470367564e4b21a

Contents?: true

Size: 517 Bytes

Versions: 2

Compression:

Stored size: 517 Bytes

Contents

<!-- NOTE: These styles interact with JavsScript, so they MUST NOT be changed -->
<style id="_pageStyle">
{% capture page_style %}
  .content a {
    color: {{ color }};
    border-color: fade-out({{ color }}, 0.8);
  }

  .content a:hover {
    border-color: {{ color }};
  }

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _includes/page-style.html
jekyll-theme-hydejack-6.6.0 _includes/page-style.html