首页美化一下

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

@@ -328,12 +328,12 @@
.config-container {
max-height: 200px;
overflow-y: auto;
background-color: #0f2545;
border: 1px solid #1b3d66;
background-color: var(--tech-panel-2);
border: 1px solid var(--tech-border);
border-radius: 4px;
padding: 8px;
font-size: 12px;
color: #cfe6ff;
color: var(--tech-text);
}
.config-container pre {
@@ -356,13 +356,13 @@
.plugin-detail-container::-webkit-scrollbar-thumb,
.config-container::-webkit-scrollbar-thumb {
background: #2a4d78;
background: #2d3748;
border-radius: 3px;
}
.plugin-detail-container::-webkit-scrollbar-track,
.config-container::-webkit-scrollbar-track {
background: #0b1d33;
background: #141a28;
}
/* ... 现有样式保持不变 ... */
@@ -379,7 +379,7 @@
}
.config-error {
color: #ff8a8a;
color: var(--tech-danger);
font-size: 12px;
margin-top: 5px;
}