Sha256: 0303ba1723ca72113d645a2f6498e6b7cb4e1317f0202a6fb42f42adae1b915d
Contents?: true
Size: 685 Bytes
Versions: 16
Compression:
Stored size: 685 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; } } } @keyframes posts-for-tag-fade-in { from { opacity: 0; } to { opacity: 1; } } // Display only if targeted .posts-for-tag { display: none; &:target { display: block; animation: posts-for-tag-fade-in 0.6s ease-in-out; } }
Version data entries
16 entries across 16 versions & 1 rubygems