diff --git a/debug_toolbar/static/debug_toolbar/css/toolbar.css b/debug_toolbar/static/debug_toolbar/css/toolbar.css index 79f42ae56..8a19ab646 100644 --- a/debug_toolbar/static/debug_toolbar/css/toolbar.css +++ b/debug_toolbar/static/debug_toolbar/css/toolbar.css @@ -61,6 +61,7 @@ --djdt-font-color: #8393a7; --djdt-background-color: #1e293bff; --djdt-panel-content-background-color: #0f1729ff; + --djdt-panel-content-table-background-color: var(--djdt-background-color); --djdt-panel-title-background-color: #242432; --djdt-djdt-panel-content-table-strip-background-color: #324154ff; --djdt--highlighted-background-color: #2c2a7dff; diff --git a/docs/changes.rst b/docs/changes.rst index d4a81ffca..b233dadc6 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,7 @@ Pending ``FORCE_SCRIPT_NAME`` was set. * Increase opacity of show Debug Toolbar handle to improve accessibility. * Changed the ``RedirectsPanel`` to be async compatible. +* Increased the contrast of text with dark mode enabled. 4.4.6 (2024-07-10) ------------------