fix(settings): restore theme toggle on OKX settings page

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 12:14:46 +08:00
parent 68d8a97db5
commit b29c54f126
7 changed files with 64 additions and 19 deletions
+19 -3
View File
@@ -2182,6 +2182,13 @@ html[data-theme="light"] .journal-detail-img-thumb {
flex-wrap: wrap;
}
.settings-account-summary-actions {
display: flex;
align-items: center;
gap: 8px;
flex-shrink: 0;
}
.settings-cards-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
@@ -2464,12 +2471,21 @@ html[data-theme="light"] .settings-kv-value {
color: #142232;
}
html[data-theme="light"] .settings-export-link {
background: #fff;
border-color: #b8c8d8;
html[data-theme="light"] .settings-export-link,
html[data-theme="light"] .settings-export-links-inline a {
background: transparent;
border-color: transparent;
color: #1d4f8c;
}
html[data-theme="light"] .settings-side-export {
border-top-color: #d0dae4;
}
html[data-theme="light"] .settings-side-export-label {
color: #142232;
}
/* OKX 期权页 */
.options-page-wrap {
font-size: 0.8rem;