#35132: Django admin dark mode
------------------------------------------------+------------------------
               Reporter:  Faris Alsmawi         |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  contrib.admin         |        Version:  5.0
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  1
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  1                     |
------------------------------------------------+------------------------
 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 */
 }
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/35132>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018d29598847-26b99819-6df1-4760-9a4e-525bfa954fe5-000000%40eu-central-1.amazonses.com.

Reply via email to