From d8eebbc8c5f8eb5518d3f37c2c3f97d86271a773 Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Sun, 22 Jun 2025 06:38:24 +0800 Subject: [PATCH] 1 --- LTEMvcApp/Views/Home/Logs.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LTEMvcApp/Views/Home/Logs.cshtml b/LTEMvcApp/Views/Home/Logs.cshtml index 91c9b02..78a7b5e 100644 --- a/LTEMvcApp/Views/Home/Logs.cshtml +++ b/LTEMvcApp/Views/Home/Logs.cshtml @@ -107,8 +107,8 @@ } .detail-item-value { - background-color: #212529; /* Dark background for code */ - color: #f8f9fa; /* Light text */ + background-color: #f6f8fa; /* Light theme background */ + color: #24292e; /* Dark theme text */ padding: 15px; border-radius: 5px; white-space: pre; /* Prevent wrapping, preserve whitespace */ @@ -117,7 +117,7 @@ font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 0.9em; line-height: 1.7; - border: 1px solid #495057; + border: 1px solid #ced4da; /* Light border */ } /* 可拖动调整大小的分割线 */