From 6469194bfcf4754b5cf6063003d2a01516f574b7 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:59:10 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E8=80=83=E8=AF=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=96=87=E6=9C=AC=E9=A2=9C=E8=89=B2=E4=B8=BA?= =?UTF-8?q?=E6=B7=B1=E8=93=9D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exam/script.js b/exam/script.js index afdce62..5af39d1 100644 --- a/exam/script.js +++ b/exam/script.js @@ -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