Revert "codex 试用,美化"

This reverts commit f2af83a72f.
This commit is contained in:
liuwei
2026-02-26 14:57:38 +08:00
parent 9acd626e72
commit 3a1b70d3e4
8 changed files with 52 additions and 68 deletions

View File

@@ -328,12 +328,10 @@
.config-container {
max-height: 200px;
overflow-y: auto;
background-color: #0f2545;
border: 1px solid #1b3d66;
background-color: #f5f7fa;
border-radius: 4px;
padding: 8px;
font-size: 12px;
color: #cfe6ff;
}
.config-container pre {
@@ -356,13 +354,13 @@
.plugin-detail-container::-webkit-scrollbar-thumb,
.config-container::-webkit-scrollbar-thumb {
background: #2a4d78;
background: #c0c4cc;
border-radius: 3px;
}
.plugin-detail-container::-webkit-scrollbar-track,
.config-container::-webkit-scrollbar-track {
background: #0b1d33;
background: #f5f7fa;
}
/* ... 现有样式保持不变 ... */
@@ -379,9 +377,9 @@
}
.config-error {
color: #ff8a8a;
color: #f56c6c;
font-size: 12px;
margin-top: 5px;
}
</style>
{% endblock %}
{% endblock %}