root 1 month ago
parent
commit
d8eebbc8c5
  1. 6
      LTEMvcApp/Views/Home/Logs.cshtml

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

Loading…
Cancel
Save