Skip to content

Commit

Permalink
Merge pull request #8 from iroller/patch-1
Browse files Browse the repository at this point in the history
Apply opacity to all section classes on the page
  • Loading branch information
mgaitan committed Jun 4, 2017
2 parents b2740ea + 1dbfba1 commit 3baa0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/mermaid.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _render_mm_html_raw(self, node, code, options, prefix='mermaid',
# workaround for https://github.com/knsv/mermaid/issues/527
self.body.append("""
<style>
.body .section {
.section {
opacity: 1.0 !important;
}
</style>
Expand Down

0 comments on commit 3baa0b2

Please sign in to comment.