matt1847 Claude Opus 4.5 commited on
Commit
0da495a
·
1 Parent(s): 442fa8c

修正: ダークモードでテキストが見えない問題を解決

Browse files

- デブリテキストを白色に変更
- 背景色をダークに統一

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. src/ui/gradio/app.py +4 -3
src/ui/gradio/app.py CHANGED
@@ -122,16 +122,17 @@ def create_app() -> gr.Blocks:
122
  font-family: monospace;
123
  font-size: 0.9rem;
124
  line-height: 1.8;
125
- color: #333;
126
  text-align: center;
127
  padding: 1rem;
128
- background: #fafafa;
129
  border-radius: 4px;
 
130
  }
131
  .seed-text {
132
  font-family: monospace;
133
  font-size: 0.6rem;
134
- color: #999;
135
  text-align: center;
136
  margin-top: 0.5rem;
137
  }
 
122
  font-family: monospace;
123
  font-size: 0.9rem;
124
  line-height: 1.8;
125
+ color: #ffffff !important;
126
  text-align: center;
127
  padding: 1rem;
128
+ background: #1a1a1a !important;
129
  border-radius: 4px;
130
+ border: 1px solid #333;
131
  }
132
  .seed-text {
133
  font-family: monospace;
134
  font-size: 0.6rem;
135
+ color: #aaaaaa !important;
136
  text-align: center;
137
  margin-top: 0.5rem;
138
  }