1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00

[5.0.x] Refs #33690 -- Added missing data-theme selector to example in theming support docs.

Backport of 640283711e from main
This commit is contained in:
William Hayes 2023-11-14 23:26:44 -05:00 committed by Mariusz Felisiak
parent fcc55f8c26
commit effd704a1c

View File

@ -2807,7 +2807,7 @@ template override to your project:
{% block extrastyle %}{{ block.super }} {% block extrastyle %}{{ block.super }}
<style> <style>
:root { html[data-theme="light"], :root {
--primary: #9774d5; --primary: #9774d5;
--secondary: #785cab; --secondary: #785cab;
--link-fg: #7c449b; --link-fg: #7c449b;