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

Fix flow diagram styling for dark themes #2716

Open
GideonWolfe opened this issue Mar 20, 2020 · 2 comments
Open

Fix flow diagram styling for dark themes #2716

GideonWolfe opened this issue Mar 20, 2020 · 2 comments

Comments

@GideonWolfe
Copy link

I am using a plugin called Dark Reader for FireFox, which automatically applies a dark theme to enabled websites.

All of the Huginn menus look flawless except for the flow diagram. The bubbles and arrows successfully invert colors, but the bubble text does not. I poked around the CSS but couldn't find the corresponding variable.

DeepinScreenshot_select-area_20200320111141

@dsander
Copy link
Collaborator

dsander commented Apr 1, 2020

Interesting, I think the font color is defined by the fill attribute of the text node of the SVG:

<text text-anchor="middle" x="280" y="-468.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000">OwnTracks receiver</text>

We are using graphviz to generate the SVG, so I am not sure if that is tweakable.

@gpkvt
Copy link

gpkvt commented Oct 2, 2022

It seems to me that this issue was fixed (probably by Dark Reader). I just installed it and the page looks fine. Text inside the bubbles is white. So this issue might not exist anymore and can be closed.

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