diff options
| author | William Hayes <william.s.hayes@gmail.com> | 2023-11-14 23:26:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 05:26:44 +0100 |
| commit | 640283711e6c8d25ad0e3c97453cd178a3e4d6a6 (patch) | |
| tree | 7cb1f9057391ceb90815673cf57dc2b2b0b1a3c0 /docs/ref | |
| parent | c705625ebff0141ed2b95dd3c8174bda8270a47f (diff) | |
Refs #33690 -- Added missing data-theme selector to example in theming support docs.
Diffstat (limited to 'docs/ref')
| -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 6d5465dac9..23cfa833e0 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -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; |
