Refs #33690 -- Added missing data-theme selector to example in theming support docs.

This commit is contained in:
William Hayes 2023-11-14 23:26:44 -05:00 committed by GitHub
parent c705625ebf
commit 640283711e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;