Skip to content

I have a few questions about customizing #68

Closed Answered by Akifyss
iHeadway asked this question in Q&A
Discussion options

You must be logged in to vote

When you do not manually customize the color and save it, the style settings plugin will display the color as transparent as the default. This is a function of the plugin itself.

These options are not currently available, so yes, you will need to manually add the code to your snippet.

  • background-color for :hover links:
@media (hover: hover) {

    a:not(.tag, .raindrop-tag, :has(img:not(.link-favicon))):hover,
    .cm-s-obsidian .cm-line:not(.cm-active) span.cm-hmd-internal-link:hover,
    .external-link:not(:has(img:not(.link-favicon))):hover,
    .cm-s-obsidian .cm-line:not(.cm-active) span:is(.cm-link, .cm-url):hover {
        background-color: var(--background-modifier-hover);  /* Y…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iHeadway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants