From 2f31f0c9683154e228c0ba5053e0e4bdd1d9b25c Mon Sep 17 00:00:00 2001 From: elias-boulharts Date: Thu, 14 Dec 2023 15:14:32 +0100 Subject: [PATCH] [Fix] Notes in markdown allow dark mode --- project-static/squest/css/squest-dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/project-static/squest/css/squest-dark.css b/project-static/squest/css/squest-dark.css index a9a12d91b..b98b7965b 100644 --- a/project-static/squest/css/squest-dark.css +++ b/project-static/squest/css/squest-dark.css @@ -3,15 +3,23 @@ background-color: #343a40 !important; color: #fff !important; } + .bg-dark table tr { background-color: #343a40 !important; color: #fff !important; } +.bg-dark blockquote { + background-color: #343a40 !important; + color: #fff !important; +} + + .dtfc-fixed-left { background-color: #343a40 !important; z-index: 1; } + input.form-control[disabled] { opacity: 0.4; }