We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce2b3a commit e7e7a7eCopy full SHA for e7e7a7e
src/settings.tsx
@@ -25,6 +25,8 @@ const Settings = (props: Props) => {
25
if (!document.body.classList.contains("latex-dark")) {
26
document.body.classList.add("latex-dark");
27
}
28
+ } else {
29
+ document.body.classList.remove("latex-dark");
30
31
}, [hasDarkMode]);
32
0 commit comments