https://blog.naskya.net/

[[ 🗃 ^wzWnj blog ]] :: [📥 Inbox] [📤 Outbox] [💥 Errbox] [🐤 Followers] [🤝 Collaborators] [🏗 Projects] [🛠 Commits]

Clone

HTTPS: git clone https://code.naskya.net/repos/wzWnj

SSH: git clone USERNAME@code.naskya.net:wzWnj

Branches

Tags

main :: themes / hugo-tania-custom / assets / sass / components /

_terms.scss

.terms {
    a {
        padding: .75rem 1.25rem;
        margin: 0 .25rem;
        font-size: 1.2rem;
        font-weight: 400;
        color: var(--font-color);
        border-radius: .35rem;

        &:hover {
            background: var(--light-background);
            color: var(--dark-font-color);
        }
    }
}
[See repo JSON]