Things I have tried
I have a file in my snippets folder called ‘graph.css’ which contains the following rules:
.theme-dark .graph-view.color-fill {
color: #a08db9;
}
.theme-dark .graph-view.color-fill-unresolved {
color: #8db5c9;
}
.theme-dark .graph-view.color-fill-tag {
color: #d49d82;
}
The color-fill and color-fill-unresolved work perfectly, but for the life of me I can’t figure out why the color-fill-tag is being so stubborn. Adding opacity doesn’t seem to have an effect either. I also tried adding !important (as much as I hate to) and still the color remains as the dark brown that’s used in the default dark theme.
I have also tried quitting and relaunching Obsidian a few times despite the fact that changing the other colors seems to have an immediate effect without relaunching Obsidian, also to no avail.
What I’m trying to do
I want all tags to have a different default color because the dark brown doesn’t stand out enough against the black background.
Thank you in advance for your help!