You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#1325
introduces a new script before the body
which runs immediately, enabling or disabling dark mode
both stylesheets are loaded, one is disabled in JS
the default stylesheet is loaded second, in case JS is disabled
Copy file name to clipboardExpand all lines: news/changelog-1.7.md
+1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ All changes included in 1.7:
45
45
46
46
- ([#12277](https://github.com/quarto-dev/quarto-cli/pull/12277)): Provide light and dark plot and table renderings with `renderings: [light,dark]`
47
47
- ([#11860](https://github.com/quarto-dev/quarto-cli/issues/11860)): ES6 modules that import other local JS modules in documents with `embed-resources: true` are now correctly embedded.
48
+
- ([#1325](https://github.com/quarto-dev/quarto-cli/issues/1325)): Dark Mode pages should not flash light on reload. (Nor should Light Mode pages flash dark.)
0 commit comments