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