| 1 |
:root { |
| 2 |
--e-global-color-primary: #FFD012; |
| 3 |
--e-global-color-secondary: #0B3665; |
| 4 |
} |
| 5 |
|
| 6 |
.eel-post-tags-widget .eel-tags-label { |
| 7 |
font-size: 24px; |
| 8 |
} |
| 9 |
.eel-post-tags-widget a { |
| 10 |
padding: 8px 14px; |
| 11 |
border-radius: 6px; |
| 12 |
background: rgba(0, 0, 0, 0.0392156863); |
| 13 |
color: var(--e-global-color-secondary); |
| 14 |
font-size: 16px; |
| 15 |
transition: 0.3s; |
| 16 |
display: inline-block; |
| 17 |
margin-bottom: 5px; |
| 18 |
} |