You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More recent versions of Django admin use CSS variables to control the
theming color, allowing a user to chose their color scheme
independently from their preferred one. Previously, django-polymorphic
supported different color schemes only via the `prefers-color-scheme`
media query. This commit implements usage of CSS variables for colors,
ensuring consistent compatibility with the rest of the admin interface.
0 commit comments