cjc0013 commited on
Commit
fb387d3
·
verified ·
1 Parent(s): fb29293

Replace pale card palette with dark readable UI surfaces

Browse files
Files changed (1) hide show
  1. public_space_app.py +1 -1
public_space_app.py CHANGED
@@ -286,7 +286,7 @@ def _space_css() -> str:
286
  padding: 12px 14px;
287
  margin-top: 14px;
288
  }
289
- .hero-note strong {
290
  color: #6b2d00 !important;
291
  background: #fff1d7 !important;
292
  border: 1px solid #e7c78d !important;
 
286
  padding: 12px 14px;
287
  margin-top: 14px;
288
  }
289
+ .gradio-container .prose .hero-note strong {
290
  color: #6b2d00 !important;
291
  background: #fff1d7 !important;
292
  border: 1px solid #e7c78d !important;