mirror of https://github.com/django/django.git
Refs #33690 -- Added missing data-theme selector to example in theming support docs.
This commit is contained in:
parent
c705625ebf
commit
640283711e
|
@ -2803,7 +2803,7 @@ template override to your project:
|
|||
|
||||
{% block extrastyle %}{{ block.super }}
|
||||
<style>
|
||||
:root {
|
||||
html[data-theme="light"], :root {
|
||||
--primary: #9774d5;
|
||||
--secondary: #785cab;
|
||||
--link-fg: #7c449b;
|
||||
|
|
Loading…
Reference in New Issue