Skip to content

Commit f669930

Browse files
authored
Use higher contrast when dark mode is enabled (#1987)
* Added table background color setting when dark theme
1 parent 9e30a06 commit f669930

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
--djdt-font-color: #8393a7;
6262
--djdt-background-color: #1e293bff;
6363
--djdt-panel-content-background-color: #0f1729ff;
64+
--djdt-panel-content-table-background-color: var(--djdt-background-color);
6465
--djdt-panel-title-background-color: #242432;
6566
--djdt-djdt-panel-content-table-strip-background-color: #324154ff;
6667
--djdt--highlighted-background-color: #2c2a7dff;

docs/changes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Pending
99
``FORCE_SCRIPT_NAME`` was set.
1010
* Increase opacity of show Debug Toolbar handle to improve accessibility.
1111
* Changed the ``RedirectsPanel`` to be async compatible.
12+
* Increased the contrast of text with dark mode enabled.
1213

1314
4.4.6 (2024-07-10)
1415
------------------

0 commit comments

Comments
 (0)