blob: d2e17d71fffa48f6178f01aefff29870c434bed3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
footer.tag-cloud a {
background-color: var(--tag-bg);
padding: .2em .6em;
font-size: .8em;
line-height: 1;
color: var(--text);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
|