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 / base /

_links.scss

/* Links */

a {
    color: inherit;
    text-decoration: none;

    &.image-link {
        border-width: 0;
    }

    code[class*='language-'] {
        color: var(--link-color) !important;

        &:hover {
            background: var(--link-color) !important;
            color: white !important;
        }
    }
}

[See repo JSON]