Skip to content

Commit

Permalink
Merge pull request #785 from ebouchut/fix/mermaid_diagram_colors_diff…
Browse files Browse the repository at this point in the history
…ers_from_loop_color_scheme

💄 Fix/mermaid diagram colors differs from loop color scheme #2
  • Loading branch information
ebouchut authored Jan 29, 2024
2 parents 2898930 + 6b5d3e9 commit 6f9bcdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ article ul ul ul {
list-style-type: square !important;
}


.mermaid {
--md-mermaid-node-fg-color: #18A0A0;
--md-mermaid-sequence-number-bg-color: #18A0A0;
--md-mermaid-sequence-actorman-line-color: #18A0A0;
--md-mermaid-sequence-node-fg-color: #18A0A0;
--md-mermaid-sequence-actor-border-color: #18A0A0;
}

.passed {
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ theme:
# repo_url: https://github.com/LoopKit/Loop

extra_css:
- stylesheets/extra.css
- stylesheets/primary-color.css
- stylesheets/extra.css

markdown_extensions:
- meta
Expand Down

0 comments on commit 6f9bcdf

Please sign in to comment.