Sha256: 698c82b4a483859c517a03bccd65d5aaceef5e779aeff4e2a42cac1cb1475bc9

Contents?: true

Size: 446 Bytes

Versions: 5

Compression:

Stored size: 446 Bytes

Contents

.tags-list {
  a {
    margin-right: 0.5em;
    white-space: nowrap;
    opacity: 0.75;

    .tag-count {
      background: $link-color;
      color: rgba(255, 255, 255, 0.8);
      margin-left: 0.25em;
      border-radius: 1000px;
      font-size: 0.75em;
      padding-left: 0.6em;
      padding-right: 0.6em;
    }

    // No underline because it looks weird with badge
    &:hover {
      text-decoration: none;
      opacity: 1;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-3.2.0 _sass/hydeout/_tags.scss
jekyll-theme-hydeout-3.1.3 _sass/hydeout/_tags.scss
jekyll-theme-hydeout-3.1.2 _sass/hydeout/_tags.scss
jekyll-theme-hydeout-3.1.1 _sass/hydeout/_tags.scss
jekyll-theme-hydeout-3.1.0 _sass/hydeout/_tags.scss