You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.
This is a very nice theme. However, it does not play well with mermaid diagrams, because the background and borders of shapes in graphs have the same or similar color as the page background. You can test it with this small diagram:
```mermaid
graph LR
A --> B
```
We could make the background of the diagrams lighter like this:
.mermaid {
background-color:#555;
}
But it would be better to change only the background and line color of the shapes. Unfortunately, so far I found not simple way to achieve this.
The text was updated successfully, but these errors were encountered:
Oh I may have missed out a few of the arrow headings on the state diagrams. 😕
I haven't done the entity representation or the user journey diagrams yet, I forgot the Git automation would close this issue once the linked PR was merged. 🤦♂️
I'll have a look at these things in the next pass 😄
This is a very nice theme. However, it does not play well with mermaid diagrams, because the background and borders of shapes in graphs have the same or similar color as the page background. You can test it with this small diagram:
We could make the background of the diagrams lighter like this:
But it would be better to change only the background and line color of the shapes. Unfortunately, so far I found not simple way to achieve this.
The text was updated successfully, but these errors were encountered: