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:28:17 +0100 |
| commit | e9acdff46298f99a2f234a376f6177e7c3216e7d (patch) | |
| tree | 0c3a63c10144f38db6afc005f2498c5a17b718c6 | |
| parent | 90c3d71dfe6452a644f519425156c0f21748b711 (diff) | |
[4.2.x] Refs #33690 -- Added missing data-theme selector to example in theming support docs.
Backport of 640283711e6c8d25ad0e3c97453cd178a3e4d6a6 from main
| -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 6c3682638c..2206bc0968 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2780,7 +2780,7 @@ template override to your project: {% block extrastyle %}{{ block.super }} <style> - :root { + html[data-theme="light"], :root { --primary: #9774d5; --secondary: #785cab; --link-fg: #7c449b; |
