Skip to content

Commit

Permalink
Fix #2076 #2096
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Mar 15, 2024
1 parent a545ada commit 0bf8911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js&css/web-accessible/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ImprovedTube.init = function () {

if (window.matchMedia) {
document.documentElement.dataset.systemColorScheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
}
} ImprovedTube.setTheme();
};

document.addEventListener('yt-navigate-finish', function () {
Expand Down

0 comments on commit 0bf8911

Please sign in to comment.