-
Notifications
You must be signed in to change notification settings - Fork 127
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
Text colors are not correct #10
Comments
Can you please share the source of that example. We already use |
sequenceDiagram
participant Service
participant Provider
loop Minute query
Service->> Provider: request Records
alt is maintenance
Provider --x Service: response No-Record
else is page
Provider --x Service: response Records
Service ->> Service: locate New Records
opt new Record exist
loop Details
Service ->> Provider: request Details
Provider --x Service: respose Details
end
end
end
Note right of Service: Wait until<br/>time is up...
end
|
I posted reply to mermaid-js/mermaid#570 Let me know if there is anything else that I can help. |
I set mermaid.dark.css file to the option of but it's not effect |
I've picked up 8.0.0-rc.8 and switching to explicitly passing in Is this expected @tylerlong? |
reference:// mermaid-js/mermaid#570
As you can see it in the screenshot,
ALT
,OPT
,LOOP
titles are not visible. (text is there, it is just a dark color which makes it very difficult to read on dark theme.)The text was updated successfully, but these errors were encountered: