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:
parent
fcc55f8c26
commit
effd704a1c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user