Add this code to your custom.css
.theme-dark .graph-view.color-line { color: red; }
.theme-dark .graph-view.color-line { color: green; }
Light-mode
Dark-mode
Your code and you expectation do not match. Anyway, for css problems it’s better to ask in chat or in help section first.
Of course I expect the dark/light should work it works everywhere. So what is the problem? So this is not an bug, but feature?
If I remove the
.theme_dark\light
it the line color property works.