Commit 68cb78b2 authored by Simon Knox's avatar Simon Knox Committed by Kushal Pandya

Fix mermaid background in dark mode

Changelog: fixed
parent 7e36d660
......@@ -2,6 +2,9 @@
<html>
<head>
<%= webpack_bundle_tag("sandboxed_mermaid") %>
<% if params[:darkMode] == 'true' %>
<meta name="color-scheme" content="dark light">
<% end %>
</head>
<body>
<div id="app"></div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment