lmgame aliabid94 HF Staff commited on
Commit
358cf14
·
verified ·
1 Parent(s): 229854f

Remove cell styling which looks poor in dark mode (#1)

Browse files

- Remove cell styling which looks poor in dark mode (fdc0c23b8c436401589620001a289c88c5b89287)


Co-authored-by: Ali Abid <[email protected]>

Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -651,16 +651,7 @@ def build_app():
651
  padding: 8px 8px;
652
  border-bottom: 1px solid #e9ecef;
653
  }
654
-
655
- /* Visual enhancements */
656
- .table-container tr:hover {
657
- background-color: #f1f3f4;
658
- }
659
-
660
- .table-container tr:nth-child(even) {
661
- background-color: #f8fafc;
662
- }
663
-
664
  /* Row number column styling */
665
  .gradio-dataframe thead tr th[id="0"],
666
  .gradio-dataframe tbody tr td:nth-child(1),
 
651
  padding: 8px 8px;
652
  border-bottom: 1px solid #e9ecef;
653
  }
654
+
 
 
 
 
 
 
 
 
 
655
  /* Row number column styling */
656
  .gradio-dataframe thead tr th[id="0"],
657
  .gradio-dataframe tbody tr td:nth-child(1),