From 96d140bd2c9442d1908d46cb78f11832982832d5 Mon Sep 17 00:00:00 2001 From: Felix Homa Date: Thu, 8 Feb 2024 21:29:41 +0100 Subject: [PATCH] Light-Mode Rot jetzt noch roter --- Klausur.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {