Skip to content

Commit

Permalink
style: properly display header icons in dark mode, center mermaid dia…
Browse files Browse the repository at this point in the history
…grams
  • Loading branch information
ribru17 committed May 16, 2023
1 parent 5efcf34 commit c4cae8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/_static/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,13 @@
box-sizing: border-box;
padding: 0;
}
.octicon {
fill: var(--color-text-primary);
}
.mermaid {
display: flex;
justify-content: center;
}
.mermaid > svg {
max-width: none !important;
}

0 comments on commit c4cae8b

Please sign in to comment.