Light-Mode Rot jetzt noch roter
This commit is contained in:
parent
0571ded0b5
commit
96d140bd2c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue