﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35132	Django admin dark mode leaves the main container light.	Faris Alsmawi	nobody	"When set my OS to dark mode and put django admin in white mode , main container still dark.

my fixed patch:

{{{
#container > .main {
    display: flex;
    flex: 1 0 auto;
    background: var(--body-bg); /* add this line */
}
}}}
"	Cleanup/optimization	closed	contrib.admin	5.0	Normal	worksforme			Unreviewed	0	0	0	0	1	1
