Skip to content

Commit

Permalink
Update fullscreen.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSchoolOH authored Oct 10, 2022
1 parent 5e625e6 commit a98ba86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ff4c4c;
}
.tw-loaded #splash, #splash-content { display: none; }
#splash[splash-theme="dark"] { background-color: #333; color: #fff; }
#splash[splash-theme="dark"] { background-color: #000367; color: #fff; }
#splash-spinner:after {
content: " "; display: block; width: 64px; height: 64px;
border-radius: 50%; border: 6px solid; border-color: currentColor transparent currentColor transparent;
Expand All @@ -19,4 +19,4 @@
try {var localTheme = localStorage.getItem('tw:theme');} catch (e) {}
if (localTheme ? localTheme === 'dark' : window.matchMedia('(prefers-color-scheme: dark)').matches) document.querySelector('#splash').setAttribute('splash-theme', 'dark');

})();</script><div id="app"></div><script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.87367b5121c5a3b0a0f1.js"></script><script src="js/vendors~editor~embed~fullscreen~player.14c5972d6c5fac48fdbb.js"></script><script src="js/addon-settings~addons~editor~fullscreen~player.2cc7ea78b69a28d3d20f.js"></script><script src="js/editor~embed~fullscreen~player.06c3a0916aa7d4d2f248.js"></script><script src="js/fullscreen.fa42f276fd5a2f618471.js"></script></body></html>
})();</script><div id="app"></div><script src="js/vendors~addon-settings~credits~editor~embed~fullscreen~player.87367b5121c5a3b0a0f1.js"></script><script src="js/vendors~editor~embed~fullscreen~player.14c5972d6c5fac48fdbb.js"></script><script src="js/addon-settings~addons~editor~fullscreen~player.2cc7ea78b69a28d3d20f.js"></script><script src="js/editor~embed~fullscreen~player.06c3a0916aa7d4d2f248.js"></script><script src="js/fullscreen.fa42f276fd5a2f618471.js"></script></body></html>

0 comments on commit a98ba86

Please sign in to comment.