mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-19 03:00:49 +08:00
style: update file-type badge colors for improved visibility
This commit is contained in:
16
styles.css
16
styles.css
@@ -1777,23 +1777,23 @@ input:checked+.slider:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.file-type-badge.gemini-cli {
|
.file-type-badge.gemini-cli {
|
||||||
background: #4f8de2;
|
background: #e7efff;
|
||||||
color: #ffffff;
|
color: #1e4fa3;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .file-type-badge.gemini-cli {
|
[data-theme="dark"] .file-type-badge.gemini-cli {
|
||||||
background: #4f8de2;
|
background: #1c3f73;
|
||||||
color: #eaf1fb;
|
color: #a8c7ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-type-badge.aistudio {
|
.file-type-badge.aistudio {
|
||||||
background: #2a2b2e;
|
background: #f0f2f5;
|
||||||
color: #f1f1f3;
|
color: #2f343c;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .file-type-badge.aistudio {
|
[data-theme="dark"] .file-type-badge.aistudio {
|
||||||
background: #2a2b2e;
|
background: #373c42;
|
||||||
color: #d8dbe1;
|
color: #cfd3db;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-type-badge.claude {
|
.file-type-badge.claude {
|
||||||
|
|||||||
Reference in New Issue
Block a user