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

No links in graph view #2

Open
mrmagic113 opened this issue Apr 21, 2021 · 2 comments
Open

No links in graph view #2

mrmagic113 opened this issue Apr 21, 2021 · 2 comments

Comments

@mrmagic113
Copy link

Have an issue where the links aren't appearing in graph view. I have tried increasing their thickness but that doesn't seem to be doing anything. Have attached an image of what this looks like.
Capture

@bennyxguo
Copy link
Member

@mrmagic113 I couldn't reproduce this issue, could it be that you have some other CSS snippets turned on?

@stalegjelsten
Copy link

@mrmagic113 , I also cant't see any links in graph view before hovering the links. I tried creating a fresh vault with no plugins other than Aurora theme. See attached GIF 👇

Skjermopptak 2021-12-25 kl  12 30 19

I added graph links by adding the following to the CSS file:

.graph-view.color-line {
  color: var(--interactive-accent);
}
.graph-view.color-line-highlight { 
  color: var(--interactive-accent-hover);
}

Which looks like this 👇
bilde

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants