Sha256: abb242a0a6e0ea2bfd6441c5f2c2a3fb0a150d5f8ab82df54ad25a2fe0b93f72

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

// <<< link
@media screen {
  a[href*="//"]:not(.no-mark-external), a.no-push-state:not(.no-mark-external) {
    &::after {
      content: "\00A0\ea7e";
      font-family: 'icomoon'!important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: smaller;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0.33;
      transition: opacity 500ms;
    }
    &:hover::after, &:focus::after {
      opacity: 1;
      transition: opacity 100ms;
    }
  }
}
// >>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.0.0.pre.beta.1 _sass/hydejack/_mark-external.pre.scss
jekyll-theme-hydejack-7.0.0.pre.beta.0 _sass/hydejack/_mark-external.pre.scss