auroral-ui / aurora-obsidian-md

🗒 A futuristic theme for Obsidian.md
MIT License
30 stars 5 forks source link

No links in graph view #2

Open mrmagic113 opened 3 years ago

mrmagic113 commented 3 years ago

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 commented 3 years ago

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

stalegjelsten commented 2 years ago

@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