diff --git a/Klausur.html b/Klausur.html index 4539599..96988bb 100644 --- a/Klausur.html +++ b/Klausur.html @@ -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) {