Skip to content

Commit

Permalink
upd: avoid lowering the brightness of the mermaid image
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Feb 20, 2022
1 parent 2702ede commit 377a2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/plugins/markdown-mermaid.ts
Original file line number Diff line number Diff line change
@@ -134,6 +134,7 @@ export default {
}
.markdown-view .markdown-body .mermaid-wrapper .mermaid-image {
filter: none;
position: absolute;
width: 100%;
height: 100%;

0 comments on commit 377a2ea

Please sign in to comment.