yescomment / sl-sludgeline

A Sludgy news theme for Ghost
https://readsludge.com
MIT License
1 stars 0 forks source link

Revert link underline color #1

Closed unitof closed 11 months ago

unitof commented 11 months ago

Clone of https://github.com/brickhousecoop/thebrickhouse-wp/issues/89

unitof commented 11 months ago

Commented out in https://sludge.ghost.io/ghost/#/settings/code-injection (wasn't hardcoded in theme yet)

    /* DISABLED: changed link highlight color to match old Sludge
    .gh-content a {
        color: black;
        text-decoration: underline;
        text-decoration-color: #2b56ff;
        text-decoration-thickness: 2px;
        transition: color 0.2s;
    }

    .gh-content a:hover {
        color: #2b56ff;
    }
    */