diff options
| author | William Hayes <william.s.hayes@gmail.com> | 2023-11-14 23:26:44 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-15 05:27:51 +0100 |
| commit | effd704a1c19352f8d437ae3ed8852f4022133b4 (patch) | |
| tree | fe3e5e2c577829d8a652e902f978ada42d7f3188 /docs | |
| parent | fcc55f8c263619a4c8a36f908c8f6efc0a546e7a (diff) | |
[5.0.x] Refs #33690 -- Added missing data-theme selector to example in theming support docs.
Backport of 640283711e6c8d25ad0e3c97453cd178a3e4d6a6 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 318a6c6ad5..fef582f2df 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2807,7 +2807,7 @@ template override to your project: {% block extrastyle %}{{ block.super }} <style> - :root { + html[data-theme="light"], :root { --primary: #9774d5; --secondary: #785cab; --link-fg: #7c449b; |
