Commit 7534e575 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '353532-mermaid-diagrams-have-white-background-on-dark-mode' into 'master'

Fix Mermaid diagrams in dark mode

See merge request gitlab-org/gitlab!81865
parents 3eb41e9d 68cb78b2
......@@ -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