From 8cd781383320a13c2f83c84f99ae8b494f0742bd Mon Sep 17 00:00:00 2001
From: rlacko <rlacko@sch.bme.hu>
Date: Sat, 20 Mar 2021 11:55:39 +0000
Subject: [PATCH] fix image zoom background

---
 index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/index.html b/index.html
index d1aa96c..88fc9f0 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,11 @@
     <script async defer data-domain="home.sch.bme.hu" src="https://analytics.mikesweb.site/js/plausible.js"></script>
     <link rel="icon" type="image/x-icon" href="favicon.ico" />
     <link rel="stylesheet" href="https://unpkg.com/docute@4/dist/docute.css">
+    <style>
+        .medium-zoom-overlay {
+            background: #2f3136 !important;
+        }
+    </style>
 </head>
 <body>
     <div id="docute"></div>
-- 
GitLab