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 7fe549f commit fdff54aCopy full SHA for fdff54a
_includes/head/custom.html
@@ -295,7 +295,7 @@
295
const icon = button.querySelector('.theme-toggle-icon');
296
const text = button.querySelector('.theme-toggle-text');
297
298
- if (currentTheme === THEME_DARK) {
+ if (currentTheme === THEME_LIGHT) {
299
icon.innerHTML = '☀️';
300
text.textContent = 'Light';
301
button.setAttribute('aria-label', 'Switch to light mode');
0 commit comments