mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
fix(cli): 更新 CLI 流查看器的样式以确保在深色背景上文本可见性
This commit is contained in:
@@ -403,6 +403,7 @@
|
|||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
transition: background-color 0.15s;
|
transition: background-color 0.15s;
|
||||||
|
color: hsl(0 0% 85%); /* Default text color - ensure visibility on dark background */
|
||||||
}
|
}
|
||||||
|
|
||||||
.cli-stream-line:hover {
|
.cli-stream-line:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user