Fixed: Endzeitpunkt Hintergrundfarbe bei schlechtem Hörsaal-Beamer nicht sichbar ... jetzt schon.

This commit is contained in:
Felix Homa 2024-02-08 19:10:56 +01:00
parent 5d54fd0dad
commit 79e12cb217
Signed by: felix.homa
GPG Key ID: 43610F311720D3DA
1 changed files with 2 additions and 2 deletions

View File

@ -318,9 +318,9 @@
*/ */
if(endTime!=null && now>endTime) { if(endTime!=null && now>endTime) {
if(document.getElementById("inputDarkMode").checked) { if(document.getElementById("inputDarkMode").checked) {
document.body.style.backgroundColor="#dff"; // color-inversion! document.body.style.backgroundColor="#8ff"; // color-inversion!
} else { } else {
document.body.style.backgroundColor="#faa"; document.body.style.backgroundColor="#f88";
} }
} }
else if(endTime!=null && now>halfHourWarningTime && now<=halfHourWarningTime2 && now.getMilliseconds()<500) { else if(endTime!=null && now>halfHourWarningTime && now<=halfHourWarningTime2 && now.getMilliseconds()<500) {