| 1 |
.eel-post-tags-widget { |
| 2 |
display: flex; |
| 3 |
flex-wrap: wrap; |
| 4 |
align-items: center; |
| 5 |
gap: 8px; |
| 6 |
} |
| 7 |
.eel-post-tags-widget .eel-tags-label { |
| 8 |
font-size: 24px; |
| 9 |
font-weight: 600; |
| 10 |
} |
| 11 |
.eel-post-tags-widget a { |
| 12 |
padding: 8px 14px; |
| 13 |
border-radius: 6px; |
| 14 |
background: rgba(0, 0, 0, 0.0392156863); |
| 15 |
color: inherit; |
| 16 |
font-size: 16px; |
| 17 |
transition: all 0.3s ease; |
| 18 |
display: inline-block; |
| 19 |
text-decoration: none; |
| 20 |
} |
| 21 |
.eel-post-tags-widget a:hover { |
| 22 |
color: var(--e-global-color-primary); |
| 23 |
} |
| 24 |
.eel-post-tags-widget .eel-tags-sep { |
| 25 |
color: #999; |
| 26 |
font-size: 14px; |
| 27 |
} |