Skip to content

Commit

Permalink
Fix bad CSS selector
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 18, 2023
1 parent 0f4fb2e commit 82cf299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
JS disabled??? Show light version by default => better than showing nothing
TODO bad, but we currently always show light mode when there's no data-theme
*/
:not([data-theme]) .themedComponent--light {
html:not([data-theme]) .themedComponent--light {
display: initial;
}

0 comments on commit 82cf299

Please sign in to comment.