Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] how to change the color of backlinks and outgoing links? #285

Open
peperonnii opened this issue Jun 4, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@peperonnii
Copy link

I have been looking in the settings everywhere for an option to change the color for backlinks as at the moment they are indistinguishable from any other text. can you provide a snippet for me to change their font color?

@peperonnii peperonnii added the bug Something isn't working label Jun 4, 2024
@DomizianoScarcelli
Copy link
Contributor

You can write this css snippet:

/* For edit mode */
.cm-hmd-internal-link {
    color: blue !important;
}

/* For visual mode */
.internal-link {
    color: blue !important;
}

Of course choosing whatever color you like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants