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 */
}
/* 可拖动调整大小的分割线 */