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

Fix hero badge contrast override in prose styling

Browse files
Files changed (1) hide show
  1. public_space_app.py +4 -3
public_space_app.py CHANGED
@@ -287,13 +287,14 @@ def _space_css() -> str:
287
  margin-top: 14px;
288
  }
289
  .hero-note strong {
290
- color: #6b2d00;
291
- background: #fff1d7;
292
- border: 1px solid #e7c78d;
293
  border-radius: 999px;
294
  padding: 3px 8px;
295
  margin-right: 6px;
296
  display: inline-block;
 
297
  }
298
  .stat-grid, .story-grid {
299
  display: grid;
 
287
  margin-top: 14px;
288
  }
289
  .hero-note strong {
290
+ color: #6b2d00 !important;
291
+ background: #fff1d7 !important;
292
+ border: 1px solid #e7c78d !important;
293
  border-radius: 999px;
294
  padding: 3px 8px;
295
  margin-right: 6px;
296
  display: inline-block;
297
+ text-shadow: none !important;
298
  }
299
  .stat-grid, .story-grid {
300
  display: grid;