From cf85be2746c0f1a48322a4361d5fb2c6fbb1c8d2 Mon Sep 17 00:00:00 2001
From: Ben Eltschig <43812953+peabrainiac@users.noreply.github.com>
Date: Sat, 27 Feb 2021 19:29:25 +0100
Subject: [PATCH] =?UTF-8?q?dark=20theme=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 client/docs/Begriffe.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/client/docs/Begriffe.html b/client/docs/Begriffe.html
index 6c5b567..3f4d341 100644
--- a/client/docs/Begriffe.html
+++ b/client/docs/Begriffe.html
@@ -12,6 +12,12 @@
 				margin: 0;
 				padding: 0;
 			}
+			@media (prefers-color-scheme: dark){
+				body {
+					color: #dfdfdf;
+					background: #202020;
+				}
+			}
 			#Begriffe {
 				width: 90%;
 				max-width: 800px;
-- 
GitLab