fix: 更新考试状态文本颜色为深蓝色

This commit is contained in:
MKStoler1024 2025-01-23 07:59:10 +00:00
parent 70691ad4ae
commit 6469194bfc

View File

@ -132,7 +132,7 @@ document.addEventListener("DOMContentLoaded", () => {
examTimingElem.textContent = "";
remainingTimeElem.textContent = "";
statusElem.textContent = "状态: 空闲";
statusElem.style.color = "blue";
statusElem.style.color = "#3946AF";
}
// Update next exams table