romizone commited on
Commit
11a9e9a
·
verified ·
1 Parent(s): 0daa25a

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +16 -8
app.py CHANGED
@@ -616,19 +616,27 @@ footer { display: none !important; }
616
  border-radius: 10px !important;
617
  }
618
 
619
- /* Download cards */
620
- .download-row .file-preview {
621
- background: #1a1a1f !important;
622
- border: 1px solid #333340 !important;
623
- border-radius: 10px !important;
624
- }
625
- .download-row .file-preview span,
626
- .download-row .file-preview a,
627
  .download-row label span,
628
  .download-row .label-wrap span {
629
  color: #e8e8ed !important;
630
  font-weight: 700 !important;
631
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
 
633
  /* Result summary */
634
  .summary-box {
 
616
  border-radius: 10px !important;
617
  }
618
 
619
+ /* Download cards — labels (dark bg) */
 
 
 
 
 
 
 
620
  .download-row label span,
621
  .download-row .label-wrap span {
622
  color: #e8e8ed !important;
623
  font-weight: 700 !important;
624
  }
625
+ /* Download cards — file items (white bg → black bold text) */
626
+ .download-row .file-preview,
627
+ .download-row .download-file,
628
+ .download-row .file-component {
629
+ border-radius: 10px !important;
630
+ }
631
+ .download-row .file-preview *,
632
+ .download-row .download-file *,
633
+ .download-row .file-component *,
634
+ .download-row a,
635
+ .download-row .file-name,
636
+ .download-row .file-size {
637
+ color: #111 !important;
638
+ font-weight: 700 !important;
639
+ }
640
 
641
  /* Result summary */
642
  .summary-box {