huang_de_jun commited on
Commit
7dbe870
·
1 Parent(s): 6899b4f

style: update header to midnight blue

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -280,14 +280,14 @@ custom_css = """
280
  .header {
281
  text-align: center;
282
  padding: 15px;
283
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
284
  color: white;
285
  border-radius: 10px;
286
  margin-bottom: 15px;
287
  }
288
  .header { position: relative; }
289
- .header h1 { margin: 0; font-size: 24px; }
290
- .header p { margin: 5px 0 0 0; opacity: 0.9; font-size: 14px; }
291
  .header .info-btn {
292
  display: inline-block;
293
  margin-top: 12px;
 
280
  .header {
281
  text-align: center;
282
  padding: 15px;
283
+ background: linear-gradient(135deg, #2d4a6f 0%, #1e3a5f 100%);
284
  color: white;
285
  border-radius: 10px;
286
  margin-bottom: 15px;
287
  }
288
  .header { position: relative; }
289
+ .header h1 { margin: 0; font-size: 24px; color: white !important; }
290
+ .header p { margin: 5px 0 0 0; opacity: 0.9; font-size: 14px; color: white !important; }
291
  .header .info-btn {
292
  display: inline-block;
293
  margin-top: 12px;