首页美化一下

This commit is contained in:
liuwei
2026-02-27 12:22:07 +08:00
parent 44297e0448
commit 10a3f18540
8 changed files with 179 additions and 133 deletions

View File

@@ -171,13 +171,13 @@
flex: 1;
overflow-y: auto !important;
overflow-x: scroll !important;
background-color: #0f2545;
background-color: var(--tech-panel-2);
padding: 10px;
border-radius: 4px;
border: 1px solid #1b3d66;
border: 1px solid var(--tech-border);
box-sizing: border-box;
min-height: 0;
color: #cfe6ff;
color: var(--tech-text);
}
.log-content pre {