fix(theme): improve light mode contrast across instance and options pages

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 12:23:22 +08:00
parent afb191f90a
commit 11a50c02cd
5 changed files with 155 additions and 20 deletions
+3 -3
View File
@@ -5,13 +5,13 @@ html {
}
html[data-theme="light"] {
background: #d8e2ec;
background: #c8d4de;
color-scheme: light;
}
html[data-theme="light"] body {
background: #d8e2ec !important;
color: #1a2838 !important;
background: #c8d4de !important;
color: #142232 !important;
}
.review-edit-btn:disabled {