Light-Mode Rot jetzt noch roter

This commit is contained in:
Felix Homa 2024-02-08 21:29:41 +01:00
parent 0571ded0b5
commit 96d140bd2c
Signed by: felix.homa
GPG Key ID: 43610F311720D3DA
1 changed files with 1 additions and 1 deletions

View File

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