aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/styles/post/_app.scss
blob: 9bd853672f4dabb752be8b193cd6219c5a5fb954 (plain)
1
2
3
4
5
6
7
8
9
10
11
footer.tag-cloud a {
    background-color: var(--p-background);
    padding: .2em .6em;
    font-size: .8em;
    line-height: 1;
    color: var(--text);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}