django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Dark mode text needs higher contrast #1987

Closed myou1985 closed 2 months ago

myou1985 commented 2 months ago

Description

This PR addresses issue #1943 by improving the table contrast when the OS mode is set to Light, and the App mode is set to Dark.

Changes Made: Modified a single line in toolbar.css. This was necessary to address a missing definition when compared with the Light mode settings. I've attached screenshots for verification of the fix.

OS mode: Light App mode: Dark image

OS mode: Light App mode: Light image

OS mode: Light App mode: Default image

OS mode: Dark App mode: Dark image

OS mode: Dark App mode: Light image

OS mode: Dark App mode: Default image

Fixes #1943

Checklist: