We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e30a06 commit f669930Copy full SHA for f669930
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -61,6 +61,7 @@
61
--djdt-font-color: #8393a7;
62
--djdt-background-color: #1e293bff;
63
--djdt-panel-content-background-color: #0f1729ff;
64
+ --djdt-panel-content-table-background-color: var(--djdt-background-color);
65
--djdt-panel-title-background-color: #242432;
66
--djdt-djdt-panel-content-table-strip-background-color: #324154ff;
67
--djdt--highlighted-background-color: #2c2a7dff;
docs/changes.rst
@@ -9,6 +9,7 @@ Pending
9
``FORCE_SCRIPT_NAME`` was set.
10
* Increase opacity of show Debug Toolbar handle to improve accessibility.
11
* Changed the ``RedirectsPanel`` to be async compatible.
12
+* Increased the contrast of text with dark mode enabled.
13
14
4.4.6 (2024-07-10)
15
------------------
0 commit comments